mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-12 13:58:12 +02:00
Added ability to link client SSL to EPP users
This commit is contained in:
parent
db64250093
commit
f8f711e348
6 changed files with 787 additions and 0 deletions
|
@ -116,6 +116,7 @@ CREATE TABLE registrar (
|
|||
"currency" varchar(5) NOT NULL default 'USD',
|
||||
"companyNumber" VARCHAR(30) DEFAULT NULL,
|
||||
"vatNumber" VARCHAR(30) DEFAULT NULL,
|
||||
"ssl_fingerprint" CHAR(64) DEFAULT NULL,
|
||||
"crdate" timestamp(3) without time zone NOT NULL,
|
||||
"lastupdate" timestamp(3),
|
||||
unique ("clid"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue