Add db migrations for PR #121

This commit is contained in:
Cheng-Han, Wu
2016-05-15 12:20:42 +08:00
parent 93c6205aa6
commit baa946968d
5 changed files with 31 additions and 0 deletions

8
.sequelizerc Normal file
View File

@@ -0,0 +1,8 @@
var path = require('path');
module.exports = {
'config': path.resolve('config.json'),
'migrations-path': path.resolve('lib', 'migrations'),
'models-path': path.resolve('lib', 'models'),
'url': 'change this'
}