mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-12 22:08: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
|
@ -125,6 +125,7 @@ CREATE TABLE IF NOT EXISTS 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 DATETIME NOT NULL,
|
||||
lastupdate DATETIME DEFAULT CURRENT_TIMESTAMP,
|
||||
UNIQUE (clid),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue