What is the difference b/t liquibase ... migrate and liquibase ... update ?
I cannot find any documentation on the migrate command at http://www.liquibase.org/documentation/command_line.html
migrate is a simply an (undocumented) alias for update:
687 if (this.command.equalsIgnoreCase("migrate")) {
688     this.command = "update";
689 }
liquibase.integration.commandline.Main
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With