mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 09:15:35 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports.up = knex =>
|
||||
table.specificType('position', 'double precision').notNullable();
|
||||
table.text('name').notNullable();
|
||||
table.text('description');
|
||||
table.timestamp('deadline', true);
|
||||
table.timestamp('dueDate', true);
|
||||
table.jsonb('timer');
|
||||
|
||||
table.timestamp('created_at', true);
|
||||
|
||||
Reference in New Issue
Block a user