mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +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,
|
cb,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exports.down = function(db, cb) {
|
||||||
|
cb();
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user