mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Update dependencies
This commit is contained in:
parent
30ed77af59
commit
e7f4d7dfa6
7 changed files with 94 additions and 272 deletions
|
@ -19,8 +19,8 @@ module.exports.up = (knex) =>
|
|||
|
||||
/* Indexes */
|
||||
|
||||
table.index('list_id');
|
||||
table.index('board_id');
|
||||
table.index('list_id');
|
||||
table.index('position');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue