Skip to content

Commit

Permalink
fix: down migration (#3015)
Browse files Browse the repository at this point in the history
* Fixes broken down migration
  • Loading branch information
FredrikOseberg committed Jan 27, 2023
1 parent f8e3456 commit 4ea4bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/20230125065315-project-stats-table.js
Expand Up @@ -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,
);
Expand Down

0 comments on commit 4ea4bcf

Please sign in to comment.