mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ALF-19487 : ORACLE: AVM: Schema difference is present after upgrade from 3.4.13/4.0.2/4.1.5
Fixed scripts for PostgreSQL to run on 9.0. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54668 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -125,10 +125,9 @@
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
create unique index idx_avm_vr_uq on avm_version_roots (avm_store_id, version_id);
|
||||
alter table avm_version_roots
|
||||
add constraint idx_avm_vr_uq
|
||||
unique using index idx_avm_vr_uq;
|
||||
unique (avm_store_id, version_id);
|
||||
|
||||
alter table avm_aspects
|
||||
add constraint fk_avm_nasp_n
|
||||
|
Reference in New Issue
Block a user