prior-art-archive / priorartarchive.org

Prior Art Archive Site
https://priorartarchive.org
GNU General Public License v2.0
3 stars 1 forks source link

Develop database migrations #22

Open slifty opened 5 years ago

slifty commented 5 years ago

Lets use database migrations to manage the database state. RIght now we're relying on sequelize's built in "create database from model definitions" which is fine for prototyping, but as we move towards production and CI we will benefit from using migrations to prevent accidental data loss.

slifty commented 5 years ago

This is related to #21, though they won't rely directly on one another.