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,12 @@
id char(36) NO PRI NULL
name varchar(255) NO NULL
icon varchar(64) YES NULL
color varchar(255) YES NULL
description text YES NULL
status varchar(255) NO active
trigger varchar(255) YES NULL
accountability varchar(255) YES all
options longtext YES NULL
operation char(36) YES UNI NULL
date_created timestamp YES current_timestamp()
user_created char(36) YES MUL NULL
1 id char(36) NO PRI NULL
2 name varchar(255) NO NULL
3 icon varchar(64) YES NULL
4 color varchar(255) YES NULL
5 description text YES NULL
6 status varchar(255) NO active
7 trigger varchar(255) YES NULL
8 accountability varchar(255) YES all
9 options longtext YES NULL
10 operation char(36) YES UNI NULL
11 date_created timestamp YES current_timestamp()
12 user_created char(36) YES MUL NULL