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,8 @@
id char(36) NO PRI NULL
name varchar(100) NO NULL
icon varchar(64) NO badge
description text YES NULL
ip_access text YES NULL
enforce_tfa tinyint(1) NO 0
admin_access tinyint(1) NO 0
app_access tinyint(1) NO 0
1 id char(36) NO PRI NULL
2 name varchar(100) NO NULL
3 icon varchar(64) NO badge
4 description text YES NULL
5 ip_access text YES NULL
6 enforce_tfa tinyint(1) NO 0
7 admin_access tinyint(1) NO 0
8 app_access tinyint(1) NO 0