-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
1 parent
e4af3a9
commit d6604e2
Showing
10 changed files
with
380 additions
and
271 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
distro/sql/upgrade/all/flowable.db2.upgradestep.6.8.0.to.6.8.1.all.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'common.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'entitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'identitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'job.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'batch.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'task.schema.version'; | ||
|
||
alter table ACT_RU_VARIABLE add column META_INFO_ varchar(4000); | ||
|
||
alter table ACT_HI_VARINST add column META_INFO_ varchar(4000); | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'variable.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'eventsubscription.schema.version'; | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; | ||
update ACT_ID_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; |
21 changes: 21 additions & 0 deletions
21
distro/sql/upgrade/all/flowable.mssql.upgradestep.6.8.0.to.6.8.1.all.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'common.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'entitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'identitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'job.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'batch.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'task.schema.version'; | ||
|
||
alter table ACT_RU_VARIABLE add META_INFO_ nvarchar(4000); | ||
|
||
alter table ACT_HI_VARINST add META_INFO_ nvarchar(4000); | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'variable.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'eventsubscription.schema.version'; | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; | ||
update ACT_ID_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; |
21 changes: 21 additions & 0 deletions
21
distro/sql/upgrade/all/flowable.mysql.upgradestep.6.8.0.to.6.8.1.all.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'common.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'entitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'identitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'job.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'batch.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'task.schema.version'; | ||
|
||
alter table ACT_RU_VARIABLE add column META_INFO_ varchar(4000); | ||
|
||
alter table ACT_HI_VARINST add column META_INFO_ varchar(4000); | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'variable.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'eventsubscription.schema.version'; | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; | ||
update ACT_ID_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; |
21 changes: 21 additions & 0 deletions
21
distro/sql/upgrade/all/flowable.oracle.upgradestep.6.8.0.to.6.8.1.all.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'common.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'entitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'identitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'job.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'batch.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'task.schema.version'; | ||
|
||
alter table ACT_RU_VARIABLE add META_INFO_ NVARCHAR2(2000); | ||
|
||
alter table ACT_HI_VARINST add META_INFO_ NVARCHAR2(2000); | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'variable.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'eventsubscription.schema.version'; | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; | ||
update ACT_ID_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; |
21 changes: 21 additions & 0 deletions
21
distro/sql/upgrade/all/flowable.postgres.upgradestep.6.8.0.to.6.8.1.all.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'common.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'entitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'identitylink.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'job.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'batch.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'task.schema.version'; | ||
|
||
alter table ACT_RU_VARIABLE add column META_INFO_ varchar(4000); | ||
|
||
alter table ACT_HI_VARINST add column META_INFO_ varchar(4000); | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'variable.schema.version'; | ||
|
||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'eventsubscription.schema.version'; | ||
update ACT_GE_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; | ||
update ACT_ID_PROPERTY set VALUE_ = '6.8.1.0' where NAME_ = 'schema.version'; |