mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 16:16:59 +02:00
Database update in preparation of launch phase extension
This commit is contained in:
parent
6df25ee4f7
commit
da4a847826
2 changed files with 12 additions and 0 deletions
|
@ -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")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue