mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: bug in migration droping wrong table
This commit is contained in:
parent
80ef17422b
commit
dedb506734
@ -30,5 +30,5 @@ exports.up = function(db, cb) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
exports.down = function(db, cb) {
|
exports.down = function(db, cb) {
|
||||||
return db.dropTable('feature_types', cb);
|
return db.dropTable('projects', cb);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user