liquibase / liquibase-docs

8 stars 18 forks source link

Updated the documentation for consistency purposes #20

Closed nmelny closed 4 years ago

nmelny commented 4 years ago

Updated the following commands: https://docs.liquibase.com/commands/community/changelogsync.html https://docs.liquibase.com/commands/community/changelogsyncsql.html https://docs.liquibase.com/commands/community/futurerollbacksql.html https://docs.liquibase.com/commands/community/rollbackcountsql.html https://docs.liquibase.com/commands/community/rollbacksqltag.html https://docs.liquibase.com/commands/community/rollbacktodate.html https://docs.liquibase.com/commands/community/rollbacktodatesql.html https://docs.liquibase.com/commands/community/updatesql.html https://docs.liquibase.com/commands/community/validate.html Added the following paragraph: "To run the ... command, you need to specify your driver, class path, URL, and user authentication information in your liquibase.properties file. For more information, see Creating and configuring a liquibase.properties file. You can also specify these properties in your command line. Then run the ... command: " Changed or added the note for some of the commands so it can state the following: "Enter the name of the ... that you want to use in place of ... ." Please review the changes. Thank you!