Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Usage: liquibase <action> [<option>]
  2.  
  3. Actions:
  4. update
  5. Updates the database.
  6. dropall
  7. Drops all the data from the database.
  8. dropandupdate
  9. Generates the SQL script for updatingthe database.
  10.  
  11. Mandatory parameters:
  12. -database-url=<path>
  13. Provide the URL to the target database.
  14.  
  15. -database-user=<path>
  16. Provide the user for connecting the target database.
  17.  
  18. -database-password=<path>
  19. Provide the password for connecting the target database.
  20.  
  21. Common Options:
  22. -config-changelog=<path>
  23. Provide the path to the master changelog file. Default: config/changelog/db-changelog-master.xml.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement