Skip to content

Instantly share code, notes, and snippets.

@djazayeri
Created September 16, 2014 14:23
Show Gist options
  • Save djazayeri/f38e466747bc5f260504 to your computer and use it in GitHub Desktop.
Save djazayeri/f38e466747bc5f260504 to your computer and use it in GitHub Desktop.
devtest02 broken by order entry units update
Unable to update the database. See server error logs for the full stacktrace.
??? Reason: liquibase.exception.DatabaseException: Error executing SQL INSERT INTO `concept_reference_term` (`code`, `concept_source_id`, `creator`, `date_created`, `description`, `name`, `retired`, `uuid`) VALUES ('S', (SELECT concept_source_id FROM concept_reference_source WHERE uuid = 'cb523690-9012-4e72-b8bf-4253e1b1a687'), 1, '2014-08-20 00:00:00.0', 'Duration in Second(s)', 'Second(s)', 0, 'd0d36e69-402e-453e-8a7a-aec44c2915af'): Duplicate entry 'd0d36e69-402e-453e-8a7a-aec44c2915af' for key 'uuid':???
???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::20140804-1712::Deepak,Rohan:???
??? Caused By: Error executing SQL INSERT INTO `concept_reference_term` (`code`, `concept_source_id`, `creator`, `date_created`, `description`, `name`, `retired`, `uuid`) VALUES ('S', (SELECT concept_source_id FROM concept_reference_source WHERE uuid = 'cb523690-9012-4e72-b8bf-4253e1b1a687'), 1, '2014-08-20 00:00:00.0', 'Duration in Second(s)', 'Second(s)', 0, 'd0d36e69-402e-453e-8a7a-aec44c2915af'): Duplicate entry 'd0d36e69-402e-453e-8a7a-aec44c2915af' for key 'uuid':???
??? Caused By: Duplicate entry 'd0d36e69-402e-453e-8a7a-aec44c2915af' for key 'uuid'???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment