Build: #998 was successful Scheduled with changes by teleivo <mrteleivo@gmail.com> and Daniel Kayiwa

Build result summary

Details

Completed
Queue duration
1 minute
Duration
1 minute
Labels
None
Revision
2fcbbe84d02014bd365ef385b5bcaaf87f8956ce 2fcbbe84d02014bd365ef385b5bcaaf87f8956ce
Successful since
#784 ()

Code commits

Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 2fcbbe84d02014bd365ef385b5bcaaf87f8956ce 2fcbbe84d02014bd365ef385b5bcaaf87f8956ce Merge pull request #1849 from teleivo/TRUNK-4936
TRUNK-4936 Fix integration-test on h2 due to liquibase changeset
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 29a68fde91fd901b7ce371b9f83bf5946dcf3de1 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

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-4936Could not obtain issue details from Jira