Advertisement
Guest User

Untitled

a guest
Aug 8th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. url=jdbc:postgresql://localhost:5432/MY_DATABASE
  2. username=user
  3. password=pass
  4. referenceUrl=jdbc:postgresql://localhost:5432/MY_DATABASE
  5. referenceUsername=user
  6. referencePassword=pass
  7.  
  8. Reference Database: postgres @ jdbc:postgresql://localhost:5432/MY_DATABASE (Default Schema: public)
  9. Comparison Database: postgres @ jdbc:postgresql://localhost:5432/MY_DATABASE (Default Schema: public)
  10.  
  11. [...]
  12.  
  13. Missing Unique Constraint(s):
  14. email_type_lang_mandant_unique on emailentity(belongsto_userid, emailtype, language)
  15. filecard_delivery_source_unique on filecardentity(assignmentdelivery_id, original_cardid)
  16. lesson_delivery_source_unique on lessonentity(assignmentdelivery_id, sourcelesson_lessonid)
  17. link_type_lang_mandant_unique on linkentity(belongsto_userid, linktype, language)
  18.  
  19. [...]
  20.  
  21. Liquibase 'diff' Successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement