mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -24,8 +24,9 @@ module.exports = {
|
||||
isNotEmptyString: true,
|
||||
allowNull: true
|
||||
},
|
||||
deadline: {
|
||||
type: 'ref'
|
||||
dueDate: {
|
||||
type: 'ref',
|
||||
columnName: 'due_date'
|
||||
},
|
||||
timer: {
|
||||
type: 'json'
|
||||
|
||||
Reference in New Issue
Block a user