mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged V3.0 to HEAD
11550: Fixes for Site title/description related XSS issues. 11551: ETHREEOH-534 - Fix bootstrap errors when audit enabled 11552: Invitee link in activity list now directs you to the correct user when a user is invited to a site 11555: Disable usage checking and quotas and related jobs - ETHREEOH-653 11556: Upgrade scripts for Oracle and SQL Server. Fixes ETHREEOH-643 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12474 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -902,6 +902,7 @@ ALTER TABLE t_alf_store RENAME TO alf_store;
|
||||
-- Modify index and constraint names --
|
||||
-- -------------------------------------
|
||||
ALTER TABLE alf_attributes DROP INDEX fk_attributes_n_acl, DROP FOREIGN KEY fk_attributes_n_acl; -- (optional)
|
||||
ALTER TABLE alf_attributes DROP INDEX fk_attr_n_acl; -- (optional)
|
||||
ALTER TABLE alf_attributes
|
||||
ADD INDEX fk_alf_attr_acl (acl_id)
|
||||
;
|
||||
|
Reference in New Issue
Block a user