Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)

116309 adavis: Merged 5.0.2-CLOUD (Cloud ) to 5.0.N (5.0.3)
      116304 adavis: Merged 5.0.2-PLUS (5.0.2-PLUS) to 5.0.2-CLOUD (Cloud )
         116108 rneamtu: Merged NESS/5.0.2-PLUS-2015-10-28/ (5.0.2.-PLUS) to 5.0.2-PLUS (5.0.2.-PLUS)
            116088: MNT-15062 : [Cloud 40] Unexpected differences are returned after schema bootstrap (clean start)
               - Set timestamp default null for columns of this type, for mysql dialect


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@116392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-11-06 13:02:56 +00:00
parent e69303c33c
commit ba7ecadb15
8 changed files with 64 additions and 7 deletions

View File

@@ -1259,4 +1259,15 @@
</props>
</property>
</bean>
<bean id="patch.db-V5.0-update-activiti-default-timestamp-column" class="org.alfresco.repo.admin.patch.impl.SchemaUpgradeScriptPatch" parent="basePatch">
<property name="id" value="patch.db-V5.0-update-activiti-default-timestamp-column" />
<property name="description" value="patch.db-V5.0-update-activiti-default-timestamp-column.description" />
<property name="fixesFromSchema" value="0" />
<property name="fixesToSchema" value="9022" />
<property name="targetSchema" value="9023" />
<property name="scriptUrl">
<value>classpath:alfresco/dbscripts/upgrade/5.0/${db.script.dialect}/update-activiti-default-timestamp-column.sql</value>
</property>
</bean>
</beans>