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:
Derek Hulley 2010-08-26 13:27:25 +00:00
parent 68a681dcfe
commit 5e8c77a99b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
--
--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;

View File

@ -10,7 +10,7 @@
--
--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)