1
0
mirror of https://github.com/google/nomulus synced 2026-02-07 21:41:03 +00:00

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 14:39:48 -04:00
committed by GitHub
parent b8a6ac72dd
commit 092e3dca47
21 changed files with 3733 additions and 3467 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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,