mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix missed table name (#227)
This commit is contained in:
parent
93bda368f1
commit
cad3233da7
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue