zulip/corporate/migrations
Rishi Gupta 1a7a449572 billing: Add backend support for downgrading. 2019-04-11 23:27:42 -07:00
..
0001_initial.py
0002_customer_default_discount.py billing: Move discount to local Customer object. 2018-12-22 13:30:15 -08:00
0003_customerplan.py billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
0004_licenseledger.py billing: Move license management from CustomerPlan into its own table. 2019-01-19 16:00:44 +05:30
0005_customerplan_invoicing.py billing: Adding invoicing fields to CustomerPlan. 2019-01-28 16:04:11 -08:00
0006_nullable_stripe_customer_id.py billing: Do not require a Stripe account to store Customer discounts. 2019-01-29 06:09:11 -08:00
0007_remove_deprecated_fields.py billing: Remove deprecated billing tables and fields from corporate/models. 2019-01-31 15:12:43 -08:00
0008_nullable_next_invoice_date.py billing: Add backend support for downgrading. 2019-04-11 23:27:42 -07:00
__init__.py