mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
fix: Fix styles, refactoring
This commit is contained in:
@@ -28,10 +28,10 @@ module.exports = {
|
||||
type: 'ref',
|
||||
columnName: 'due_date',
|
||||
},
|
||||
dueCompleted: {
|
||||
isDueDateCompleted: {
|
||||
type: 'boolean',
|
||||
defaultsTo: false,
|
||||
columnName: 'due_completed',
|
||||
allowNull: true,
|
||||
columnName: 'is_due_date_completed',
|
||||
},
|
||||
stopwatch: {
|
||||
type: 'json',
|
||||
|
||||
Reference in New Issue
Block a user