TripleParity / docks-api

RESTful API Server for Docks
https://tripleparity.github.io/docks-api/stack-api-spec.html
GNU General Public License v3.0
0 stars 0 forks source link

Database Migrations #72

Closed devosray closed 6 years ago

devosray commented 6 years ago

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.

devosray commented 6 years ago

Implemented in pull #73