zulip/corporate/migrations
Aman Agrawal 76d9aff5a6 sponsorship: Allow remote orgs to request a plan type.
Sponsorship and billing pages modified to reflect the correctly
requested sponsorship plan name.
Add a line break before "Contact Zulip support".
2023-12-08 11:24:15 -08:00
..
0001_initial.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0002_customer_default_discount.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0003_customerplan.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0004_licenseledger.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0005_customerplan_invoicing.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0006_nullable_stripe_customer_id.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0007_remove_deprecated_fields.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0008_nullable_next_invoice_date.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0009_customer_sponsorship_pending.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0010_customerplan_exempt_from_from_license_number_check.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08: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 black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0013_alter_zulipsponsorshiprequest_org_website.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0014_customerplan_end_date.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0015_event_paymentintent_session.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0016_customer_add_remote_server_field.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0017_rename_exempt_from_from_license_number_check_customer_exempt_from_license_number_check.py billing: Fix exempt_from_from_license_number_check column name. 2023-04-13 15:26:44 -07:00
0018_customer_cloud_xor_self_hosted.py corporate: Replace unused accessors with database constraint. 2023-05-31 13:53:04 -07:00
0019_zulipsponsorshiprequest_expected_total_users_and_more.py sponsorship: Add extra input fields to get more org info. 2023-11-13 08:52:13 -08:00
0020_add_remote_realm_customers.py corporate: Adjust models for RemoteRealm customers. 2023-11-17 12:58:37 -08:00
0021_remove_session_payment_intent.py upgrade: Separate add card and purchase upgrade flow. 2023-11-20 12:04:56 -08:00
0022_session_is_manual_license_management_upgrade_session.py event_status: Return user back to same license management after session. 2023-11-21 11:44:04 -08:00
0023_zulipsponsorshiprequest_customer.py sponsorship: Use customer instead of realm to store sponsorship data. 2023-11-27 08:23:36 -08:00
0024_zulipsponsorshiprequest_fill_customer_data.py sponsorship: Use customer instead of realm to store sponsorship data. 2023-11-27 08:23:36 -08:00
0025_alter_zulipsponsorshiprequest_customer.py sponsorship: Use customer instead of realm to store sponsorship data. 2023-11-27 08:23:36 -08:00
0026_remove_zulipsponsorshiprequest_realm.py sponsorship: Use customer instead of realm to store sponsorship data. 2023-11-27 08:23:36 -08:00
0027_alter_zulipsponsorshiprequest_requested_by.py models: Make requested_by optional in sponsorship request model. 2023-11-29 19:04:32 -08:00
0028_zulipsponsorshiprequest_requested_plan.py sponsorship: Allow remote orgs to request a plan type. 2023-12-08 11:24:15 -08:00
__init__.py