Add calendar type

This commit is contained in:
2025-03-31 18:15:55 +02:00
parent b5d58c2c0f
commit 4ae35e1185
6 changed files with 93 additions and 0 deletions

View File

@@ -61,6 +61,12 @@
"relation": "oneToMany",
"target": "api::board.board",
"mappedBy": "choral"
},
"calendar": {
"type": "relation",
"relation": "oneToMany",
"target": "api::event.event",
"mappedBy": "choral"
}
}
}