mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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">
|
||||||
|
@@ -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
|
||||||
--
|
--
|
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user