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

@ -64,6 +64,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`registrar` (
`creditLimit` decimal(8,2) NOT NULL default '0.00',
`creditThreshold` decimal(8,2) NOT NULL default '0.00',
`thresholdType` enum('fixed','percent') NOT NULL default 'fixed',
`currency` varchar(5) NOT NULL,
`crdate` datetime NOT NULL,
`update` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),