Advertisement
Guest User

Untitled

a guest
Jan 30th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Unable to update the database
  2. org.openmrs.util.DatabaseUpdateException: There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: Migration failed for change set liquibase-update-to-latest.xml::20160202-1743::rkorytkowski:
  3. Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `serialized_object` MODIFY `uuid` CHAR(38) NOT NULL: Cannot change column 'uuid': used in a foreign key constraint 'report_definition_uuid for reporting_report_design' of table 'openmrs.reporting_report_design':
  4. Caused By: Error executing SQL ALTER TABLE `serialized_object` MODIFY `uuid` CHAR(38) NOT NULL: Cannot change column 'uuid': used in a foreign key constraint 'report_definition_uuid for reporting_report_design' of table 'openmrs.reporting_report_design':
  5. Caused By: Cannot change column 'uuid': used in a foreign key constraint 'report_definition_uuid for reporting_report_design' of table 'openmrs.reporting_report_design'
  6. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  7. at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:736)
  8. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement