mirror of
https://github.com/google/nomulus
synced 2026-08-29 04:07:02 +00:00
First PR for adding discount price into AllocationToken. (#2547)
This commit is contained in:
@@ -56,7 +56,9 @@ CREATE TABLE public."AllocationToken" (
|
||||
registration_behavior text DEFAULT 'DEFAULT'::text NOT NULL,
|
||||
allowed_epp_actions text[],
|
||||
renewal_price_amount numeric(19,2),
|
||||
renewal_price_currency text
|
||||
renewal_price_currency text,
|
||||
discount_price_amount numeric(19,2),
|
||||
discount_price_currency text
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user