Skip to content

Commit

Permalink
add update scripts from taskana to kadai and clean up other update sc…
Browse files Browse the repository at this point in the history
…ripts
  • Loading branch information
ryzheboka committed Sep 20, 2024
1 parent 08c323f commit 7b4cf26
Show file tree
Hide file tree
Showing 64 changed files with 37 additions and 1,607 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ CREATE TABLE KADAI_SCHEMA_VERSION

CREATE SEQUENCE KADAI_SCHEMA_VERSION_ID_SEQ
MINVALUE 1
START WITH 100
START WITH 1000
INCREMENT BY 1 CACHE 10;

-- The VERSION value must be equal or higher then the value of KadaiEngineImpl.MINIMAL_KADAI_SCHEMA_VERSION
INSERT INTO KADAI_SCHEMA_VERSION (ID, VERSION, CREATED)
VALUES (KADAI_SCHEMA_VERSION_ID_SEQ.NEXTVAL, '7.1.0', CURRENT_TIMESTAMP);
VALUES (KADAI_SCHEMA_VERSION_ID_SEQ.NEXTVAL, '9.0.0', CURRENT_TIMESTAMP);

CREATE TABLE CLASSIFICATION
(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7b4cf26

Please sign in to comment.