2016-02-08 09:48:09 -06:00
..
2015-12-03 14:28:29 -06:00
2016-02-07 22:12:50 -06:00
2015-12-10 18:14:16 -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