Script fixes after merges

- DB2 creates alf_node_properties with BLOB
 - Moved patch script into dbscripts/upgrade
 - Fixed path for patch AlfrescoPostCreate-JBPM-Extra.sql (was AlfrescoPostCreate-3.3-JBPM-Extra.sql)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-06-25 10:34:13 +00:00
parent 68137c2797
commit 4060da2b8e
3 changed files with 4 additions and 5 deletions

View File

@@ -79,7 +79,6 @@
<property name="postCreateScriptUrls"> <property name="postCreateScriptUrls">
<list> <list>
<value>classpath:alfresco/dbscripts/create/${db.script.dialect}/AlfrescoPostCreate-JBPM-Extra.sql</value> <value>classpath:alfresco/dbscripts/create/${db.script.dialect}/AlfrescoPostCreate-JBPM-Extra.sql</value>
<value>classpath:alfresco/dbscripts/create/${db.script.dialect}/node-prop-serializable.sql</value>
</list> </list>
</property> </property>
<property name="validateUpdateScriptPatches"> <property name="validateUpdateScriptPatches">

View File

@@ -4,8 +4,8 @@
-- Since: V3.3 schema 4014 -- Since: V3.3 schema 4014
-- Author: janv -- Author: janv
-- --
-- This patch is only required to fix column on DB2. -- This patch is only required to fix column on DB2.
-- --
-- Record script finish -- Record script finish
-- --

View File

@@ -2249,7 +2249,7 @@
<property name="fixesToSchema"><value>4105</value></property> <property name="fixesToSchema"><value>4105</value></property>
<property name="targetSchema"><value>4106</value></property> <property name="targetSchema"><value>4106</value></property>
<property name="scriptUrl"> <property name="scriptUrl">
<value>classpath:alfresco/dbscripts/create/${db.script.dialect}/AlfrescoPostCreate-3.3-JBPM-Extra.sql</value> <value>classpath:alfresco/dbscripts/create/${db.script.dialect}/AlfrescoPostCreate-JBPM-Extra.sql</value>
</property> </property>
</bean> </bean>
@@ -2260,7 +2260,7 @@
<property name="fixesToSchema"><value>4105</value></property> <property name="fixesToSchema"><value>4105</value></property>
<property name="targetSchema"><value>4106</value></property> <property name="targetSchema"><value>4106</value></property>
<property name="scriptUrl"> <property name="scriptUrl">
<value>classpath:alfresco/dbscripts/create/${db.script.dialect}/node-prop-serializable.sql</value> <value>classpath:alfresco/dbscripts/upgrade/3.3/${db.script.dialect}/node-prop-serializable.sql</value>
</property> </property>
</bean> </bean>