mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
fix: Fix missed table name (#227)
This commit is contained in:
committed by
GitHub
parent
93bda368f1
commit
cad3233da7
@@ -16,4 +16,4 @@ module.exports.up = (knex) =>
|
||||
table.index('user_id');
|
||||
});
|
||||
|
||||
module.exports.down = (knex) => knex.schema.dropTable('project_membership');
|
||||
module.exports.down = (knex) => knex.schema.dropTable('project_manager');
|
||||
|
||||
Reference in New Issue
Block a user