wdiwtlt/core
Jonathan Bernard 33e470c871 Changes to the data model.
* Added bookmarks.{last_used,play_time_ms}.
* Removed playlists.mod_count
* Added tags.description.
2016-03-12 20:52:17 -06:00
..
src/main Changes to the data model. 2016-03-12 20:52:17 -06: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