diff --git a/src/migrations/20230125065315-project-stats-table.js b/src/migrations/20230125065315-project-stats-table.js index 69e224c89b..2f8ac8eb65 100644 --- a/src/migrations/20230125065315-project-stats-table.js +++ b/src/migrations/20230125065315-project-stats-table.js @@ -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, );