mirror of
https://github.com/plankanban/planka.git
synced 2025-07-31 11:09:43 +02:00
parent
f9d3e73651
commit
4049b4c396
6 changed files with 165 additions and 13 deletions
|
@ -20,6 +20,9 @@ export default class extends BaseModel {
|
|||
description: attr(),
|
||||
dueDate: attr(),
|
||||
stopwatch: attr(),
|
||||
commentsTotal: attr({
|
||||
getDefault: () => 0,
|
||||
}),
|
||||
createdAt: attr({
|
||||
getDefault: () => new Date(),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue