mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 22:46:26 +02:00
Add allowedEppActions to AllocationToken Java classes (#1958)
* Add allowedEppActions field to AllocationToken Java class and converter * Add getter and setter
This commit is contained in:
parent
a44aa1378f
commit
178a2323d9
5 changed files with 52 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
token text not null,
|
||||
update_timestamp timestamptz,
|
||||
allowed_registrar_ids text[],
|
||||
allowed_epp_actions text[],
|
||||
allowed_tlds text[],
|
||||
creation_time timestamptz not null,
|
||||
discount_fraction float8 not null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue