Add channel and message

This commit is contained in:
2025-05-04 19:37:57 +02:00
parent c811ad7e21
commit 498024fc10
11 changed files with 8429 additions and 1 deletions

View File

@@ -94,6 +94,12 @@
"relation": "oneToMany",
"target": "api::announcement.announcement",
"mappedBy": "choral"
},
"channels": {
"type": "relation",
"relation": "oneToMany",
"target": "api::channel.channel",
"mappedBy": "choral"
}
}
}