OpenMRS Core Master
Build: #1347 was successful
Job: Deploy was successful
Code commits
openmrs-core
-
Daniel Kayiwa 2fcbbe84d02014bd365ef385b5bcaaf87f8956ce
Merge pull request #1849 from teleivo/TRUNK-4936
TRUNK-4936 Fix integration-test on h2 due to liquibase changeset -
teleivo <mrteleivo@gmail.com> 29a68fde91fd901b7ce371b9f83bf5946dcf3de1
TRUNK-4936 Fix integration-test on h2 due to liquibase changeset
Some integration-test's failed on h2 due to the introduced liquibase changeset
for TRUNK-4936. ALTER TABLE sql statement generated by h2 contains a
syntax error. h2 does only seem to handle unique constraints well when
creating the table, or on its own and not when adding the column.
* remove the nested <constraints> element from the changeset
* use addColumn and addUniqueConstraint- api/src/main/resources/liquibase-update-to-latest.xml (version 29a68fde91fd901b7ce371b9f83bf5946dcf3de1)