Add choral-membership

This commit is contained in:
2025-04-18 12:08:31 +02:00
parent 3cb23ef4b7
commit d524e765ce
9 changed files with 126 additions and 9 deletions

View File

@@ -82,6 +82,12 @@
},
"website": {
"type": "string"
},
"memberships": {
"type": "relation",
"relation": "oneToMany",
"target": "api::choral-membership.choral-membership",
"mappedBy": "choral"
}
}
}