wdiwtlt/core
2016-04-21 07:25:46 -05:00
..
src/main Use java system properties to find the user's home directory before looking to ENV properties. 2016-04-21 00:26:50 -05:00
build.gradle Added maven plugin to build. 2016-04-21 07:25:46 -05:00
database.json Renamed module service->core. 2016-02-09 15:32:59 -06:00
README.md Renamed module service->core. 2016-02-09 15:32:59 -06:00
test.groovy Renamed module service->core. 2016-02-09 15:32:59 -06:00

Database

Uses [db-migrate][http://db-migrate.readthedocs.org/en/latest/] to manage database migrations. Migration scripts live if src/main/db.

Database environment configuration lives in database.json.

To initialize a new database do:

db-migrate -m src/main/db up