zulip/corporate/migrations
Eeshan Garg a3095331eb corporate/models: Modify Customer to accommodate self-hosted customers.
This is a part of our efforts to introduce billing for our on-premise
customers.
2021-11-30 15:20:33 -08:00
..
0001_initial.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0002_customer_default_discount.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0003_customerplan.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0004_licenseledger.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0005_customerplan_invoicing.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0006_nullable_stripe_customer_id.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0007_remove_deprecated_fields.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0008_nullable_next_invoice_date.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0009_customer_sponsorship_pending.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0010_customerplan_exempt_from_from_license_number_check.py billing: Allow to exclude realms from license limit check. 2021-06-09 17:42:38 -07:00
0011_move_exempt_from_from_license_number_check_to_customer_model.py billing: Move exempt_from_from_license_number_check to Customer model. 2021-06-18 14:05:42 -07:00
0012_zulipsponsorshiprequest.py billing: Fix options and help text for sponsorship requests. 2021-07-18 20:48:27 -07:00
0013_alter_zulipsponsorshiprequest_org_website.py billing/sponsorship: Allow blank organization URLs. 2021-08-19 03:08:17 -07:00
0014_customerplan_end_date.py billing: Add command for switching plans from Standard to Plus. 2021-10-15 17:27:50 -07:00
0015_event_paymentintent_session.py billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
0016_customer_add_remote_server_field.py corporate/models: Modify Customer to accommodate self-hosted customers. 2021-11-30 15:20:33 -08:00
__init__.py