wdiwtlt/core
2016-02-12 14:18:43 -06:00
..
src/main Re-ordered argument lists for functions taking a model class. 2016-02-12 14:18:43 -06:00
build.gradle Renamed module service->core. 2016-02-09 15:32:59 -06: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