wdiwtlt/core/README.md

11 lines
280 B
Markdown
Raw Permalink Normal View History

2015-12-11 00:14:16 +00: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