Add a renewal cost for ATs when renewal is SPECIFIED (#2484)

Note: this is not used yet
This commit is contained in:
gbrodman
2024-07-09 18:39:48 +00:00
committed by GitHub
parent b8a6ac72dd
commit 092e3dca47
21 changed files with 3733 additions and 3467 deletions
@@ -26,6 +26,8 @@
redemption_domain_repo_id text,
redemption_domain_history_id int8,
registration_behavior text not null,
renewal_price_amount numeric(19, 2),
renewal_price_currency text,
renewal_price_behavior text not null,
token_status_transitions hstore,
token_type text,