mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: migration should call cb on down
This commit is contained in:
parent
2874ae71b6
commit
d12dc43b8f
@ -12,4 +12,6 @@ exports.up = function(db, cb) {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.down = function() {};
|
exports.down = function(db, cb) {
|
||||||
|
db.runSql('', cb);
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user