hackmdio/codimd

Auto data migration

Open

#333 opened on Jan 26, 2017

 (7 comments) (2 reactions) (1 assignee)JavaScript (1,038 forks)batch import
Hacktoberfestdatabase/sequelizefeature

Repository metrics

Stars
 (8,949 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It's a bit pain that if we need to migrate data (not schema). The package we're using now (sequelize) might able to do this (correct me if wrong). So we need to add some internal mechanism to auto detect version and run corresponding migration scripts.

Contributor guide