mirror of
https://github.com/google/nomulus.git
synced 2025-07-04 18:23:26 +02:00
Add Java code for storing and using IDN tables per-TLD (#1977)
This includes changes to make sure that we use the proper per-TLD IDN tables as well as setting/updating/removing them via the Create/Update TLD commands.
This commit is contained in:
parent
547fdaf87d
commit
a72f408366
10 changed files with 176 additions and 36 deletions
|
@ -724,6 +724,7 @@
|
|||
drive_folder_id text,
|
||||
eap_fee_schedule hstore not null,
|
||||
escrow_enabled boolean not null,
|
||||
idn_tables text[],
|
||||
invoicing_enabled boolean not null,
|
||||
lordn_username text,
|
||||
num_dns_publish_locks int4 not null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue