mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 15:34:48 +02:00
Change PackagePromotion to BulkPricingPackage (#2096)
* Change PackagePromotion to BulkPricingPackage * More name changes * Fix some test names * Change token type "BULK" to "BULK_PRICING" * Fix missed token_type reference * Add todo to remove package type
This commit is contained in:
parent
f59c387b9c
commit
1dcbc9e0cb
43 changed files with 879 additions and 836 deletions
|
@ -498,12 +498,12 @@
|
|||
|
||||
create table "PackagePromotion" (
|
||||
package_promotion_id bigserial not null,
|
||||
package_price_amount numeric(19, 2) not null,
|
||||
package_price_currency text not null,
|
||||
last_notification_sent timestamptz,
|
||||
max_creates int4 not null,
|
||||
max_domains int4 not null,
|
||||
next_billing_date timestamptz not null,
|
||||
package_price_amount numeric(19, 2) not null,
|
||||
package_price_currency text not null,
|
||||
token text not null,
|
||||
primary key (package_promotion_id)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue