This commit is contained in:
Pinga 2024-02-13 09:26:44 +02:00
parent 28acf713f2
commit b2859bbfc3
4 changed files with 11 additions and 1 deletions

View file

@ -326,6 +326,7 @@ CREATE TABLE domain (
"tm_notice_validator" VARCHAR(30) DEFAULT NULL,
"tm_smd_id" TEXT DEFAULT NULL,
"tm_phase" text DEFAULT 'NONE'::text NOT NULL,
"phase_name" VARCHAR(75) DEFAULT NULL,
unique ("name")
);