mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
Add covers for cards
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports.up = (knex) =>
|
||||
|
||||
table.bigInteger('list_id').notNullable();
|
||||
table.bigInteger('board_id').notNullable();
|
||||
table.bigInteger('cover_attachment_id');
|
||||
|
||||
table.specificType('position', 'double precision').notNullable();
|
||||
table.text('name').notNullable();
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports.up = (knex) =>
|
||||
table.bigInteger('id').primary().defaultTo(knex.raw('next_id()'));
|
||||
|
||||
table.bigInteger('card_id').notNullable();
|
||||
table.bigInteger('user_id').notNullable();
|
||||
|
||||
table.text('dirname').notNullable();
|
||||
table.text('filename').notNullable();
|
||||
|
||||
Reference in New Issue
Block a user