Removed duplicated SQL script and applied ${TRUE} to generic script for boolean values

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14871 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-06-23 15:21:35 +00:00
parent 55dd23fb63
commit 038bdbc1f6
2 changed files with 4 additions and 28 deletions

View File

@@ -1,24 +0,0 @@
--
-- Title: Upgrade to V3.2 - modify AVM mimetype
-- Database: MySQL
-- Since: V3.2 schema 2017
-- Author: janv
--
-- modify AVM mimetype (increase column size)
--
-- Please contact support@alfresco.com if you need assistance with the upgrade.
--
alter table avm_nodes modify mime_type varchar(100);
--
-- Record script finish
--
DELETE FROM alf_applied_patch WHERE id = 'patch.db-V3.2-Modify-AVM-MimeType';
INSERT INTO alf_applied_patch
(id, description, fixes_from_schema, fixes_to_schema, applied_to_schema, target_schema, applied_on_date, applied_to_server, was_executed, succeeded, report)
VALUES
(
'patch.db-V3.2-Modify-AVM-MimeType', 'Manually executed script upgrade V3.2 to modify AVM mimetype',
0, 2016, -1, 2017, null, 'UNKOWN', 1, 1, 'Script completed'
);