Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Its is used to create the database objects i.e schema, tablespaces, tables, indexes in the postgres database.

...

Manual Installation of MyBatis Migrations

  1. Download the latest MyBatis Migrations from Github https://github.com/mybatis/migrations/releases
  2. Unzip the downloaded file.
  3. Set the PATH environment variable to include the bin folder in unzipped folder
  4. Type migrate info on the terminal to confirm migrate command has been set up successfully. You should see something similar to the below

...