@@ -14,6 +14,7 @@ Another option is to obtain `h2.jar` and `liquibase.zip` from another developer
### Create migrations:
0. Make sure your `spring.datasource` in the `application.yaml` has `username: sa` and `password: `
1. Switch to the `dev` branch.
2. Make sure the `application.yaml` file has `url: jdbc:h2:file:./testdb-old;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=false;` in the `datasource` section.
3. Run the project normally, there should now be some `.db` files in the root directory.