Add allowedEppActions field to AllocationToken (#1957)

This commit is contained in:
sarahcaseybot
2023-03-10 14:14:47 -05:00
committed by GitHub
parent 438c523fcb
commit 83e9e7fb5c
5 changed files with 1398 additions and 1368 deletions
@@ -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[]
);