TSK-1417: fix update scripts postgres
This commit is contained in:
parent
85c84458e6
commit
a0c092b3b9
|
@ -1,6 +1,6 @@
|
|||
-- this script updates the tables TASKANA_SCHEMA_VERSION and HISTORY_EVENTS.
|
||||
|
||||
SET search_path %schemaName%;
|
||||
SET search_path = %schemaName%;
|
||||
|
||||
INSERT INTO TASKANA_SCHEMA_VERSION (VERSION, CREATED) VALUES ('3.0.0', CURRENT_TIMESTAMP);
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- this script updates the tables TASKANA_SCHEMA_VERSION and HISTORY_EVENTS.
|
||||
|
||||
SET search_path %schemaName%;
|
||||
SET search_path = %schemaName%;
|
||||
|
||||
INSERT INTO TASKANA_SCHEMA_VERSION (VERSION, CREATED) VALUES ('4.0.0', CURRENT_TIMESTAMP);
|
||||
|
||||
|
|
Loading…
Reference in New Issue