mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
parent
f8e34564aa
commit
4ea4bcfaf4
@ -21,7 +21,7 @@ exports.up = function (db, cb) {
|
||||
exports.down = function (db, cb) {
|
||||
db.runSql(
|
||||
`
|
||||
DROP TABLE project_status;
|
||||
DROP TABLE project_stats;
|
||||
`,
|
||||
cb,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user