-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ripts/src/main/resources/db/upgrade-scripts/mysql5/jbpm-7.61-to-7.62-TimerMappingInfo.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbpm-db-scripts/src/main/resources/db/upgrade-scripts/mysql5/jbpm-7.72-to-7.73.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DROP INDEX IDX_EventTypes_element; | ||
DROP INDEX IDX_EventTypes_compound; | ||
DROP INDEX IDX_EventTypes_element on EventTypes; | ||
DROP INDEX IDX_EventTypes_compound on EventTypes; | ||
CREATE INDEX IDX_EventTypes_IdElement ON EventTypes(InstanceId,element); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbpm-db-scripts/src/main/resources/db/upgrade-scripts/mysql5/rhpam-7.13-to-7.13.1.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ALTER TABLE TimerMappingInfo ADD COLUMN processInstanceId bigint; | ||
ALTER TABLE TimerMappingInfo MODIFY timerId bigint NULL; | ||
DROP INDEX IDX_EventTypes_element; | ||
DROP INDEX IDX_EventTypes_compound; | ||
DROP INDEX IDX_EventTypes_element on EventTypes; | ||
DROP INDEX IDX_EventTypes_compound on EventTypes ; | ||
CREATE INDEX IDX_EventTypes_IdElement ON EventTypes(InstanceId,element); |
4 changes: 2 additions & 2 deletions
4
jbpm-db-scripts/src/main/resources/db/upgrade-scripts/mysqlinnodb/jbpm-7.72-to-7.73.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DROP INDEX IDX_EventTypes_element; | ||
DROP INDEX IDX_EventTypes_compound; | ||
DROP INDEX IDX_EventTypes_element on EventTypes; | ||
DROP INDEX IDX_EventTypes_compound on EventTypes; | ||
CREATE INDEX IDX_EventTypes_IdElement ON EventTypes(InstanceId,element); |
4 changes: 2 additions & 2 deletions
4
jbpm-db-scripts/src/main/resources/db/upgrade-scripts/mysqlinnodb/rhpam-7.13-to-7.13.1.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ALTER TABLE TimerMappingInfo ADD COLUMN processInstanceId bigint; | ||
ALTER TABLE TimerMappingInfo MODIFY timerId bigint NULL; | ||
DROP INDEX IDX_EventTypes_element; | ||
DROP INDEX IDX_EventTypes_compound; | ||
DROP INDEX IDX_EventTypes_element on EventTypes; | ||
DROP INDEX IDX_EventTypes_compound on EventTypes; | ||
CREATE INDEX IDX_EventTypes_IdElement ON EventTypes(InstanceId,element); |