TripleParity/docks-api

Database Migrations

Closed this issue · 1 comments

Right now we have no support for database migrations; all the models are hardcoded.

Investigate the possibility of adding sequelize migrations to the PostgreSQL database.

Implemented in pull #73