update docs to account for new db
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-10-11 10:34:27 +02:00
parent 24a874f888
commit ca51ba420c
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ classDiagram
class Role {
+int id
+string name
+string cluster
}
class UserRole {