1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 07:39:44 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-08-11 20:45:35 +05:00
parent c6ee7d54bb
commit 8fc6bb2e3e
7 changed files with 94 additions and 272 deletions

View file

@ -19,8 +19,8 @@ module.exports.up = (knex) =>
/* Indexes */
table.index('list_id');
table.index('board_id');
table.index('list_id');
table.index('position');
});