mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
fix: All migrations requires down step
This commit is contained in:
parent
2e13bb9368
commit
ad04eeb9b5
@ -9,3 +9,7 @@ exports.up = function(db, cb) {
|
||||
cb,
|
||||
);
|
||||
};
|
||||
|
||||
exports.down = function(db, cb) {
|
||||
cb();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user