不要怂,就是干,撸起袖子干!

Commit 04c9410e by sdepold

require migrations

1 parent 86b36804
Showing with 1 additions and 0 deletions
......@@ -5,6 +5,7 @@ const fs = require("fs")
var Utils = require("./utils")
, DataTypes = require("./data-types")
, QueryInterface = require("./query-interface")
, Migration = require("./migration")
module.exports = (function() {
var Migrator = function(sequelize, options) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!