Update Migrations authored by Henry Page's avatar Henry Page
......@@ -2,7 +2,7 @@ When an application is already deployed and changes to the database are necessar
### Setup Liquibase:
1. Install Liquibase (just from their website).
1. Install [Liquibase](https://docs.liquibase.com/start/install/home.html)
2. Copy the `liquibase.template.properties` file in the root directory (if it isn't available in your project, head to the Queue or TAM repository and copy it from there).
3. Paste the copy into the root directory and rename it to `liquibase.properties`.
4. Check the `build.gradle.kts` file and find the `h2Version` variable. In the `classpath` variable, replace `VERSION` with the version as it appears in the variable.
......
......