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

This commit is contained in:
2026-09-09 15:13:52 +02:00
parent 5904136d15
commit 2b3d38ee20
6 changed files with 205 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
-- schema version 41 to 42
ALTER TABLE member ADD COLUMN org_op_id TEXT CHECK (org_op_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;