Closes #2397 - adjust the version to 7.0.0 in update scripts
This commit is contained in:
parent
ef33757704
commit
6ddb86fb89
|
@ -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
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue