-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JBPM-10224] Missing index 'IDX_EventTypes_IdElement' with hibernate #2395
Conversation
…hbm2ddl.auto=update
…on of index 'IDX_EventTypes_IdElement'
jbpm-db-scripts/src/main/resources/db/ddl-scripts/mysqlinnodb/mysql-innodb-jbpm-schema.sql
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All scripts should be align, not just mysql. Otherwise database certification matrix won't pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @elguardian,
ALL DBMS scripts were already aligned, except for mysql and mysqlinnodb.
For this reason in this commit you see only mysql and mysqlinnodb diff.
Let me know if this is fine for you, and let me know also for comment:
https://github.com/kiegroup/jbpm/pull/2395/files/766f28296ae25c7b4c89e77bdc1ba11a170bdbb6#r1516577455
Thank you,
Daniele Mammarella
jenkins test this |
…on of index 'IDX_EventTypes_Id'
ok to test |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for your contribution @danielemams , well done!
jenkins do fdb |
Hi, |
…2395) * [JBPM-10224] Missing index 'IDX_EventTypes_IdElement' with hibernate.hbm2ddl.auto=update * [JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creation of index 'IDX_EventTypes_IdElement' * [JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creation of index 'IDX_EventTypes_Id'
…2395) * [JBPM-10224] Missing index 'IDX_EventTypes_IdElement' with hibernate.hbm2ddl.auto=update * [JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creation of index 'IDX_EventTypes_IdElement' * [JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creation of index 'IDX_EventTypes_Id'
…2395) (#2409) * [JBPM-10224] Missing index 'IDX_EventTypes_IdElement' with hibernate.hbm2ddl.auto=update * [JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creation of index 'IDX_EventTypes_IdElement' * [JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creation of index 'IDX_EventTypes_Id' Co-authored-by: Daniele Mams <[email protected]>
Missing index 'IDX_EventTypes_IdElement' with hibernate.hbm2ddl.auto=update
JIRA: JBPM-10224