Add calendar type
This commit is contained in:
@@ -61,6 +61,12 @@
|
||||
"relation": "oneToMany",
|
||||
"target": "api::board.board",
|
||||
"mappedBy": "choral"
|
||||
},
|
||||
"calendar": {
|
||||
"type": "relation",
|
||||
"relation": "oneToMany",
|
||||
"target": "api::event.event",
|
||||
"mappedBy": "choral"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user