mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-30 08:03:18 +02:00
Fixed #47
This commit is contained in:
parent
28acf713f2
commit
b2859bbfc3
4 changed files with 11 additions and 1 deletions
|
@ -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")
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue