mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 11:58:19 +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
|
@ -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`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue