From 4d5dbe31ed2cc50ab8a573b8c54f275676e65ecd Mon Sep 17 00:00:00 2001 From: Jamal Kaabi-Mofrad Date: Tue, 21 Aug 2012 17:16:35 +0000 Subject: [PATCH] Fix for ALF-14746 (SVG mimetype) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@40697 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/patch/patch-services-context.xml | 37 +++++++++++++++++++ config/alfresco/version.properties | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/config/alfresco/patch/patch-services-context.xml b/config/alfresco/patch/patch-services-context.xml index 8b9f67c03d..55314f7a00 100644 --- a/config/alfresco/patch/patch-services-context.xml +++ b/config/alfresco/patch/patch-services-context.xml @@ -3264,4 +3264,41 @@ classpath:alfresco/dbscripts/upgrade/4.1/${db.script.dialect}/increase-column-size-activiti.sql + + + patch.updateMimetypesSVG + patch.updateMimetypesSVG.description + 0 + 6013 + 6014 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + diff --git a/config/alfresco/version.properties b/config/alfresco/version.properties index 2d8bee1c2e..8f4b9d2f55 100644 --- a/config/alfresco/version.properties +++ b/config/alfresco/version.properties @@ -19,4 +19,4 @@ version.build=@build-number@ # Schema number -version.schema=6013 +version.schema=6014