Skip to content

Commit

Permalink
Closes Taskana#2397 - adjust the version to 7.0.0 in update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Heffner authored and gitgoodjhe committed Sep 29, 2023
1 parent ef33757 commit 6ddb86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SET SCHEMA %schemaName%;

INSERT INTO TASKANA_SCHEMA_VERSION (ID, VERSION, CREATED)
VALUES (nextval('TASKANA_SCHEMA_VERSION_ID_SEQ'), '7.0.0', CURRENT_TIMESTAMP);
VALUES (TASKANA_SCHEMA_VERSION_ID_SEQ.NEXTVAL, '7.0.0', CURRENT_TIMESTAMP);

CREATE TABLE PERMISSION_INFO
(
Expand Down

0 comments on commit 6ddb86f

Please sign in to comment.