fix: Fix missed table name (#227)

pull/233/head
Michael Fürnschuß 4 years ago committed by GitHub
parent f03bb5a78f
commit 536064fdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save