mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
Update dependencies
This commit is contained in:
@@ -19,8 +19,8 @@ module.exports.up = (knex) =>
|
||||
|
||||
/* Indexes */
|
||||
|
||||
table.index('list_id');
|
||||
table.index('board_id');
|
||||
table.index('list_id');
|
||||
table.index('position');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user