[WIP] certs
Test / Run tests (push) Failing after 29s

This commit is contained in:
2026-09-14 16:40:23 +02:00
parent 62ac9d612b
commit 5793d65f79
8 changed files with 245 additions and 6 deletions
+1
View File
@@ -1,3 +1,4 @@
-- schema version 41 to 42
ALTER TABLE member ADD COLUMN ooc_id TEXT CHECK (ooc_id REGEXP '^[0-9]{3}-[0-9]{7}$') DEFAULT NULL;
ALTER TABLE member ADD COLUMN org_auth_code TEXT CHECK (org_auth_code REGEXP '^[A-Z]{2}-[A-ZÖØ]{3}-[0-9]{2,3}(-[A-Z]{2})?$') DEFAULT NULL;