feat(acls): added backend acls

This commit is contained in:
DecDuck
2025-02-04 13:15:34 +11:00
parent 730608383d
commit eb8fb4fc89
66 changed files with 394 additions and 473 deletions
+2
View File
@@ -11,6 +11,8 @@ model User {
clients Client[]
notifications Notification[]
collections Collection[]
tokens APIToken[]
}
model Notification {