EPP server update, all info commands work

Added Funds 1.0 EPP extension to show the registrar balance
This commit is contained in:
Pinga 2023-08-17 12:40:42 +03:00
parent 36fda7f3db
commit a1c13577b8
5 changed files with 225 additions and 67 deletions

View file

@ -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"),