mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
Merged BRANCHES/DEV/BELARUS/HEAD_2010_08_26 to HEAD:
22014: ALF-4431 : Upgrade fails to create UsageDelta tables Not actually related to the UsageDelta, but fixes PostgreSQL problems git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22017 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
68a681dcfe
commit
5e8c77a99b
@ -10,7 +10,7 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
--ASSIGN:hibernate_seq_next_value=value
|
--ASSIGN:hibernate_seq_next_value=value
|
||||||
SELECT NEXTVAL(hibernate_sequence) AS value;
|
SELECT NEXTVAL('hibernate_sequence') AS value;
|
||||||
|
|
||||||
CREATE SEQUENCE avm_stores_seq START WITH ${hibernate_seq_next_value} INCREMENT BY 1;
|
CREATE SEQUENCE avm_stores_seq START WITH ${hibernate_seq_next_value} INCREMENT BY 1;
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
--ASSIGN:hibernate_seq_next_value=value
|
--ASSIGN:hibernate_seq_next_value=value
|
||||||
SELECT NEXTVAL(hibernate_sequence) AS value;
|
SELECT NEXTVAL('hibernate_sequence') AS value;
|
||||||
|
|
||||||
CREATE SEQUENCE alf_namespace_seq START WITH ${hibernate_seq_next_value} INCREMENT BY 1; -- (optional)
|
CREATE SEQUENCE alf_namespace_seq START WITH ${hibernate_seq_next_value} INCREMENT BY 1; -- (optional)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user