What is the difference between b / t liquibase ... migrate and liquibase ... update ?
liquibase ... migrate
liquibase ... update
I can not find the documentation for the migrate command at http://www.liquibase.org/documentation/command_line.html
migrate
migrate is just an (undocumented) alias for update :
update
687 if (this.command.equalsIgnoreCase("migrate")) { 688 this.command = "update"; 689 }
liquidibase.integration.commandline.Main
Source: https://habr.com/ru/post/1267364/More articles:Permissions for Amazon S3 files, access is denied when copying from another account - amazon-s3C # Initializer Syntax - c #Compile errors with JDK 9 - 167 - compiler-errorsHow to execute Docker image entry point in each exec command? - bash'this' undefined inside foreach loop - typescriptMatlab "holds on" in Julia - matplotlibBrunch source mapping: not breaking breakpoints in Chrome devtools - javascriptBrunch: disabling javascript provider and application - javascriptSmoothing a rounded stroke in Core Graphics - iphoneCross-domain file help for ActionScript 3 Socket - flexAll Articles