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 committed by Jörg Heffner
parent ef33757704
commit 6ddb86fb89
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SET SCHEMA %schemaName%; SET SCHEMA %schemaName%;
INSERT INTO TASKANA_SCHEMA_VERSION (ID, VERSION, CREATED) 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 CREATE TABLE PERMISSION_INFO
( (