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">
<list>
<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>
</property>
<property name="validateUpdateScriptPatches">

View File

@@ -2249,7 +2249,7 @@
<property name="fixesToSchema"><value>4105</value></property>
<property name="targetSchema"><value>4106</value></property>
<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>
</bean>
@@ -2260,7 +2260,7 @@
<property name="fixesToSchema"><value>4105</value></property>
<property name="targetSchema"><value>4106</value></property>
<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>
</bean>