mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +00:00
Add allowedEppActions field to AllocationToken (#1957)
This commit is contained in:
@@ -53,7 +53,8 @@ CREATE TABLE public."AllocationToken" (
|
||||
token_type text,
|
||||
redemption_domain_history_id bigint,
|
||||
renewal_price_behavior text DEFAULT 'DEFAULT'::text NOT NULL,
|
||||
registration_behavior text DEFAULT 'DEFAULT'::text NOT NULL
|
||||
registration_behavior text DEFAULT 'DEFAULT'::text NOT NULL,
|
||||
allowed_epp_actions text[]
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user