Unable to update the database 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: 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': 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': 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' at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152) at org.openmrs.web.filter.update.UpdateFilter$UpdateFilterCompletion$1.run(UpdateFilter.java:736) at java.lang.Thread.run(Thread.java:748)