1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00: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:
gbrodman
2023-04-06 17:33:23 -04:00
committed by GitHub
parent bd65c6eee6
commit 33a771b13e
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,