Files
d4rk_tablet/backend/api/drizzle/0009_citizen_acl.sql
T
2026-07-16 09:35:32 +02:00

3 lines
162 B
SQL

ALTER TABLE `mdt_citizens` ADD `public` boolean DEFAULT true NOT NULL;--> statement-breakpoint
ALTER TABLE `mdt_citizens` ADD `acl` json DEFAULT ('[]') NOT NULL;