wdiwtlt/core
2016-03-30 01:12:41 -05:00
..
src/main Added core support for DB synchronization. 2016-03-30 01:12:41 -05:00
build.gradle Added missing dependency on javax.persistence API. 2016-02-13 23:27:51 -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