Document Directus production contract and repair auth

This commit is contained in:
makearmy 2026-07-10 10:51:04 -04:00
parent 0a7ee5ff35
commit 92ce8bce97
32 changed files with 24821 additions and 65 deletions

View file

@ -0,0 +1,5 @@
id char(36) NO PRI NULL
role char(36) YES MUL NULL
user char(36) YES MUL NULL
policy char(36) NO MUL NULL
sort int(11) YES NULL
1 id char(36) NO PRI NULL
2 role char(36) YES MUL NULL
3 user char(36) YES MUL NULL
4 policy char(36) NO MUL NULL
5 sort int(11) YES NULL