sql migration rollup

This commit is contained in:
2026-02-20 14:25:43 -06:00
parent a84c07082c
commit d629da32fa
2 changed files with 1 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ CREATE TABLE key (
-- Constraints
CONSTRAINT key_ref_lowercase CHECK (ref = LOWER(ref)),
CONSTRAINT key_ref_format CHECK (ref ~ '^([^.]+\.)?[^.]+$')
CONSTRAINT key_ref_format CHECK (ref ~ '^[^.]+(\.[^.]+)*$')
);
-- Unique index on owner_type, owner, name