Closes #2397 - adjust the version to 7.0.0 in update scripts

This commit is contained in:
Jörg Heffner 2023-09-29 11:29:44 +02:00
parent ef33757704
commit d7a0d00ea6
1 changed files with 1 additions and 1 deletions

View File

@ -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
(