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

Commit a04ee7d6 by Cameron Pitt

removed migrate function

migrate references a getMigrator that no longer exists since moving to uzmug
1 parent f0a77cae
Showing with 0 additions and 4 deletions
...@@ -603,10 +603,6 @@ Sequelize.prototype.import = function(path) { ...@@ -603,10 +603,6 @@ Sequelize.prototype.import = function(path) {
return this.importCache[path]; return this.importCache[path];
}; };
Sequelize.prototype.migrate = function(options) {
return this.getMigrator().migrate(options);
};
/** /**
* Execute a query on the DB, with the posibility to bypass all the sequelize goodness. * Execute a query on the DB, with the posibility to bypass all the sequelize goodness.
* *
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!