Start of fix for AR-1425:

- This fixes the target schema number for the patch.AVMGuidPatch.
 - All other post-2.0Community merged patches will need to be checked.
 - The patch execution will need to rerun patches that weren't applied and where the target schema numbers changed.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5662 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-05-11 08:19:48 +00:00
parent 01ade4da9e
commit d262d5c465

View File

@@ -718,8 +718,8 @@
<property name="id"><value>patch.AVMGuidPatch</value></property>
<property name="description"><value>patch.AVMGuidPatch.description</value></property>
<property name="fixesFromSchema"><value>0</value></property>
<property name="fixesToSchema"><value>40</value></property>
<property name="targetSchema"><value>41</value></property>
<property name="fixesToSchema"><value>50</value></property>
<property name="targetSchema"><value>51</value></property>
<property name="avmNodeDao">
<ref bean="avmNodeDAO"/>
</property>