Add fields on Event

This commit is contained in:
2025-04-25 20:14:03 +02:00
parent a10497888c
commit c811ad7e21
4 changed files with 76 additions and 2 deletions

View File

@@ -29,6 +29,12 @@
"relation": "manyToOne",
"target": "api::choral.choral",
"inversedBy": "calendar"
},
"comment": {
"type": "text"
},
"location": {
"type": "string"
}
}
}