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:
gbrodman 2023-04-06 17:33:23 -04:00 committed by GitHub
parent 547fdaf87d
commit a72f408366
10 changed files with 176 additions and 36 deletions

View file

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