Add board feature
This commit is contained in:
@@ -88,6 +88,24 @@
|
||||
"nbSaved": {
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
},
|
||||
"choralOwner": {
|
||||
"type": "relation",
|
||||
"relation": "oneToOne",
|
||||
"target": "api::choral.choral",
|
||||
"mappedBy": "owner"
|
||||
},
|
||||
"choralAdmin": {
|
||||
"type": "relation",
|
||||
"relation": "manyToMany",
|
||||
"target": "api::choral.choral",
|
||||
"mappedBy": "admins"
|
||||
},
|
||||
"chorals": {
|
||||
"type": "relation",
|
||||
"relation": "manyToMany",
|
||||
"target": "api::choral.choral",
|
||||
"mappedBy": "users"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user