Genie builds are run on Travis CI here.
| Branch | Build | Coverage (coveralls.io) | Coverage (codecov.io) |
|---|---|---|---|
| master |
Every change in the database schema MUST be documented with a flyway migration script. Create a unique migration script with gradle in the project root:
gradle addNewMigration -PmigrationName=add_foo_bar