mirror of
https://github.com/plankanban/planka.git
synced 2025-07-26 00:29:48 +02:00
parent
8578883fac
commit
21504c06a6
18 changed files with 219 additions and 301 deletions
|
@ -10,6 +10,9 @@ export default class extends BaseModel {
|
|||
id: attr(),
|
||||
role: attr(),
|
||||
canComment: attr(),
|
||||
createdAt: attr({
|
||||
getDefault: () => new Date(),
|
||||
}),
|
||||
boardId: fk({
|
||||
to: 'Board',
|
||||
as: 'board',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue