mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-12 22:48:06 +02:00
EPP server update, all info commands work
Added Funds 1.0 EPP extension to show the registrar balance
This commit is contained in:
parent
36fda7f3db
commit
a1c13577b8
5 changed files with 225 additions and 67 deletions
|
@ -63,6 +63,7 @@ CREATE TABLE registry.registrar (
|
|||
"creditlimit" decimal(8,2) NOT NULL default '0.00',
|
||||
"creditthreshold" decimal(8,2) NOT NULL default '0.00',
|
||||
"thresholdtype" varchar CHECK ("thresholdtype" IN ( 'fixed','percent' )) NOT NULL default 'fixed',
|
||||
"currency" varchar(5) NOT NULL,
|
||||
"crdate" timestamp without time zone NOT NULL,
|
||||
"update" TIMESTAMP ,
|
||||
primary key ("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue