Changed Backend to Supabase
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
"displayName": "User"
|
||||
},
|
||||
"options": {
|
||||
"draftAndPublish": false,
|
||||
"timestamps": true
|
||||
"draftAndPublish": false
|
||||
},
|
||||
"attributes": {
|
||||
"username": {
|
||||
@@ -65,6 +64,12 @@
|
||||
"target": "plugin::users-permissions.role",
|
||||
"inversedBy": "users",
|
||||
"configurable": false
|
||||
},
|
||||
"tenant": {
|
||||
"type": "relation",
|
||||
"relation": "manyToOne",
|
||||
"target": "api::tenant.tenant",
|
||||
"inversedBy": "users"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user