mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
parent
ac09d9b6bd
commit
4821d407a7
19 changed files with 365 additions and 166 deletions
|
@ -11,6 +11,7 @@ export default class extends BaseModel {
|
|||
id: attr(),
|
||||
position: attr(),
|
||||
name: attr(),
|
||||
color: attr(),
|
||||
boardId: fk({
|
||||
to: 'Board',
|
||||
as: 'board',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue