Database update in preparation of launch phase extension

This commit is contained in:
Pinga 2023-12-16 12:05:28 +02:00
parent 6df25ee4f7
commit da4a847826
2 changed files with 12 additions and 0 deletions

View file

@ -304,6 +304,12 @@ CREATE TABLE registry.domain (
"agp_grant" TIMESTAMP(3) DEFAULT NULL,
"agp_reason" TEXT DEFAULT NULL,
"agp_status" VARCHAR(30) DEFAULT NULL,
"tm_notice_accepted" TIMESTAMP(3) DEFAULT NULL,
"tm_notice_expires" TIMESTAMP(3) DEFAULT NULL,
"tm_notice_id" VARCHAR(150) DEFAULT NULL,
"tm_notice_validator" VARCHAR(30) DEFAULT NULL,
"tm_smd_id" TEXT DEFAULT NULL,
"tm_phase" text DEFAULT 'NONE'::text NOT NULL,
primary key ("id"),
unique ("name")
);