-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
-- | ||
Check failure on line 1 in scenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql#L1
|
||
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH | ||
-- under one or more contributor license agreements. See the NOTICE file | ||
-- distributed with this work for additional information regarding copyright | ||
-- ownership. Camunda licenses this file to you under the Apache License, | ||
-- Version 2.0; you may not use this file except in compliance with the License. | ||
-- You may obtain a copy of the License at | ||
-- | ||
-- http://www.apache.org/licenses/LICENSE-2.0 | ||
-- | ||
-- Unless required by applicable law or agreed to in writing, software | ||
-- distributed under the License is distributed on an "AS IS" BASIS, | ||
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
-- | ||
|
||
insert into ACT_GE_SCHEMA_LOG | ||
values ('1000', CURRENT_TIMESTAMP, '7.21.0'); | ||
|
||
alter table ACT_RU_EXT_TASK | ||
add column CREATE_TIME_ timestamp; | ||
Check warning on line 22 in scenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql#L22
|
||
|
||
alter table ACT_RU_JOB | ||
add column ROOT_PROC_INST_ID_ varchar(64); | ||
Check warning on line 25 in scenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql#L25
|
||
|
||
create index ACT_IDX_JOB_ROOT_PROCINST on ACT_RU_JOB(ROOT_PROC_INST_ID_); | ||
Check warning on line 27 in scenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-axon-server-local-polyflow/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql#L27
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
-- | ||
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH | ||
-- under one or more contributor license agreements. See the NOTICE file | ||
-- distributed with this work for additional information regarding copyright | ||
-- ownership. Camunda licenses this file to you under the Apache License, | ||
-- Version 2.0; you may not use this file except in compliance with the License. | ||
-- You may obtain a copy of the License at | ||
-- | ||
-- http://www.apache.org/licenses/LICENSE-2.0 | ||
-- | ||
-- Unless required by applicable law or agreed to in writing, software | ||
-- distributed under the License is distributed on an "AS IS" BASIS, | ||
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
-- | ||
|
||
insert into ACT_GE_SCHEMA_LOG | ||
values ('1000', CURRENT_TIMESTAMP, '7.21.0'); | ||
|
||
alter table ACT_RU_EXT_TASK | ||
add column CREATE_TIME_ timestamp; | ||
|
||
alter table ACT_RU_JOB | ||
Check warning on line 24 in scenarios/distributed-axon-server/process-application/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-axon-server/process-application/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql#L24
|
||
add column ROOT_PROC_INST_ID_ varchar(64); | ||
|
||
create index ACT_IDX_JOB_ROOT_PROCINST on ACT_RU_JOB(ROOT_PROC_INST_ID_); | ||
Check warning on line 27 in scenarios/distributed-axon-server/process-application/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-axon-server/process-application/src/main/resources/db/migrations/V0_0_14__postgres_engine_7.18_to_7.21.sql#L27
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
-- | ||
Check failure on line 1 in scenarios/distributed-kafka/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_13__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-kafka/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_13__postgres_engine_7.18_to_7.21.sql#L1
|
||
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH | ||
-- under one or more contributor license agreements. See the NOTICE file | ||
-- distributed with this work for additional information regarding copyright | ||
-- ownership. Camunda licenses this file to you under the Apache License, | ||
-- Version 2.0; you may not use this file except in compliance with the License. | ||
-- You may obtain a copy of the License at | ||
-- | ||
-- http://www.apache.org/licenses/LICENSE-2.0 | ||
-- | ||
-- Unless required by applicable law or agreed to in writing, software | ||
-- distributed under the License is distributed on an "AS IS" BASIS, | ||
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
-- | ||
|
||
insert into ACT_GE_SCHEMA_LOG | ||
values ('1000', CURRENT_TIMESTAMP, '7.21.0'); | ||
Check warning on line 19 in scenarios/distributed-kafka/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_13__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-kafka/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_13__postgres_engine_7.18_to_7.21.sql#L19
|
||
|
||
alter table ACT_RU_EXT_TASK | ||
Check warning on line 21 in scenarios/distributed-kafka/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_13__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/distributed-kafka/process-application-local-polyflow/src/main/resources/db/migrations/V0_0_13__postgres_engine_7.18_to_7.21.sql#L21
|
||
add column CREATE_TIME_ timestamp; | ||
|
||
alter table ACT_RU_JOB | ||
add column ROOT_PROC_INST_ID_ varchar(64); | ||
|
||
create index ACT_IDX_JOB_ROOT_PROCINST on ACT_RU_JOB(ROOT_PROC_INST_ID_); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
-- | ||
Check failure on line 1 in scenarios/single-node-jpa-maria/src/main/resources/db/migrations/mariadb/V0_0_8__mariadb_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/main/resources/db/migrations/mariadb/V0_0_8__mariadb_engine_7.19_to_7.21.sql#L1
|
||
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH | ||
-- under one or more contributor license agreements. See the NOTICE file | ||
-- distributed with this work for additional information regarding copyright | ||
-- ownership. Camunda licenses this file to you under the Apache License, | ||
-- Version 2.0; you may not use this file except in compliance with the License. | ||
-- You may obtain a copy of the License at | ||
-- | ||
-- http://www.apache.org/licenses/LICENSE-2.0 | ||
-- | ||
-- Unless required by applicable law or agreed to in writing, software | ||
-- distributed under the License is distributed on an "AS IS" BASIS, | ||
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
-- | ||
|
||
insert into ACT_GE_SCHEMA_LOG | ||
values ('1000', CURRENT_TIMESTAMP, '7.21.0'); | ||
|
||
alter table ACT_RU_EXT_TASK | ||
add column CREATE_TIME_ datetime(3); | ||
|
||
alter table ACT_RU_JOB | ||
Check warning on line 24 in scenarios/single-node-jpa-maria/src/main/resources/db/migrations/mariadb/V0_0_8__mariadb_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/main/resources/db/migrations/mariadb/V0_0_8__mariadb_engine_7.19_to_7.21.sql#L24
|
||
add column ROOT_PROC_INST_ID_ varchar(64); | ||
|
||
create index ACT_IDX_JOB_ROOT_PROCINST on ACT_RU_JOB(ROOT_PROC_INST_ID_); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
-- | ||
Check failure on line 1 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L1
Check failure on line 1 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L1
Check failure on line 1 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L1
Check failure on line 1 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L1
|
||
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH | ||
-- under one or more contributor license agreements. See the NOTICE file | ||
-- distributed with this work for additional information regarding copyright | ||
-- ownership. Camunda licenses this file to you under the Apache License, | ||
-- Version 2.0; you may not use this file except in compliance with the License. | ||
-- You may obtain a copy of the License at | ||
-- | ||
-- http://www.apache.org/licenses/LICENSE-2.0 | ||
-- | ||
-- Unless required by applicable law or agreed to in writing, software | ||
-- distributed under the License is distributed on an "AS IS" BASIS, | ||
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
-- | ||
|
||
insert into ACT_GE_SCHEMA_LOG | ||
Check warning on line 18 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L18
|
||
values ('1000', CURRENT_TIMESTAMP, '7.21.0'); | ||
Check warning on line 19 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L19
|
||
|
||
alter table ACT_RU_EXT_TASK | ||
Check warning on line 21 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L21
|
||
add column CREATE_TIME_ timestamp; | ||
|
||
alter table ACT_RU_JOB | ||
add column ROOT_PROC_INST_ID_ varchar(64); | ||
Check warning on line 25 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L25
|
||
|
||
create index ACT_IDX_JOB_ROOT_PROCINST on ACT_RU_JOB(ROOT_PROC_INST_ID_); | ||
Check warning on line 27 in scenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa-maria/src/test/resources/db/migrations/h2/V0_0_8__h2_engine_7.19_to_7.21.sql#L27
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
-- | ||
Check failure on line 1 in scenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql#L1
Check failure on line 1 in scenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql#L1
|
||
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH | ||
-- under one or more contributor license agreements. See the NOTICE file | ||
-- distributed with this work for additional information regarding copyright | ||
-- ownership. Camunda licenses this file to you under the Apache License, | ||
-- Version 2.0; you may not use this file except in compliance with the License. | ||
-- You may obtain a copy of the License at | ||
-- | ||
-- http://www.apache.org/licenses/LICENSE-2.0 | ||
-- | ||
-- Unless required by applicable law or agreed to in writing, software | ||
-- distributed under the License is distributed on an "AS IS" BASIS, | ||
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
-- | ||
|
||
insert into ACT_GE_SCHEMA_LOG | ||
Check warning on line 18 in scenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql#L18
Check failure on line 18 in scenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql#L18
|
||
values ('1000', CURRENT_TIMESTAMP, '7.21.0'); | ||
|
||
alter table ACT_RU_EXT_TASK | ||
add column CREATE_TIME_ timestamp; | ||
|
||
alter table ACT_RU_JOB | ||
Check warning on line 24 in scenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql Codacy Production / Codacy Static Code Analysisscenarios/single-node-jpa/src/main/resources/db/migrations/h2-postgresql/V0_0_15__postgres_engine_7.18_to_7.21.sql#L24
|
||
add column ROOT_PROC_INST_ID_ varchar(64); | ||
|
||
create index ACT_IDX_JOB_ROOT_PROCINST on ACT_RU_JOB(ROOT_PROC_INST_ID_); |