Fixed timing of 'activities' upgrade script

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10606 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2008-09-01 10:27:48 +00:00
parent 7742fb947e
commit 9d3076326f

View File

@@ -66,7 +66,6 @@
<ref bean="patch.db-V2.2-1-DropIndexesAndConstraints" /> <ref bean="patch.db-V2.2-1-DropIndexesAndConstraints" />
<ref bean="patch.db-V2.2-2-MoveQNames" /> <ref bean="patch.db-V2.2-2-MoveQNames" />
<ref bean="patch.db-V2.2-3-PropTypes" /> <ref bean="patch.db-V2.2-3-PropTypes" />
<ref bean="patch.db-V3.0-0-CreateActivitiesExtras" />
</list> </list>
</property> </property>
<property name="postUpdateScriptPatches"> <property name="postUpdateScriptPatches">
@@ -79,6 +78,7 @@
<ref bean="patch.db-V2.1-VersionColumns2" /> <ref bean="patch.db-V2.1-VersionColumns2" />
<ref bean="patch.db-V2.1-JBPMProcessKey" /> <ref bean="patch.db-V2.1-JBPMProcessKey" />
<ref bean="patch.db-V2.1-RemoveWcmSubmittedAspect" /> <ref bean="patch.db-V2.1-RemoveWcmSubmittedAspect" />
<ref bean="patch.db-V3.0-0-CreateActivitiesExtras" />
</list> </list>
</property> </property>
</bean> </bean>