mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 17:25:39 +03:00
feat: Restore toggleable due dates (#1332)
This commit is contained in:
@@ -45,6 +45,11 @@ module.exports = {
|
||||
type: 'ref',
|
||||
columnName: 'due_date',
|
||||
},
|
||||
isDueCompleted: {
|
||||
type: 'boolean',
|
||||
allowNull: true,
|
||||
columnName: 'is_due_completed',
|
||||
},
|
||||
stopwatch: {
|
||||
type: 'json',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user