Versions Compared

Key

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

...

  1. To generate tables and test data for e.g.  Asset module, start command console and navigate to where you have the Liquibase script.
    E.g. <Your path to Liquibase scripts>\UVMS-AssetModule-DB\LIQUIBASE               
  2. Execute following command.
    mvn liquibase:update -P postgres -Ddb.url=jdbc:postgresql://<URL to your database>:5432/uvms
  3. Startup pgAdminIII, navigate to the database uvms and investigate the tables and data is created. See picture below



  4. Repeat step 2 for the remaining modules.