Skip to content

DataBase Migrations

Erick Ruiz de Chavez edited this page Oct 30, 2020 · 1 revision

DataBase migrations are handled with Flyway, and are run automatically the first time ./bootstrap.sh is run. After that, when there are pending DB changes migrations can be run using the ./migrate.sh script.

Migration scripts are stored in db/sql and follow Flyway's default naming conventions.

Clone this wiki locally