zulip/zilencer/migrations
Mateusz Mandera f90beae616 zilencer: Drop the index from RemotePushDeviceToken.user_id.
The index isn't used, because our unique_index entries provide better
indexes for the queries.
2022-03-14 17:47:30 -07:00
..
0001_initial.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0002_remote_zulip_server.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0003_add_default_for_remotezulipserver_last_updated_field.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0004_remove_deployment_model.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0005_remotepushdevicetoken_fix_uniqueness.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0006_customer.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0007_remotezulipserver_fix_uniqueness.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0008_customer_billing_user.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0009_plan.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0010_billingprocessor.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0011_customer_has_billing_relationship.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0012_coupon.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0013_remove_customer_billing_user.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0014_cleanup_pushdevicetoken.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0015_delete_billing.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0016_remote_counts.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0017_installationcount_indexes.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0018_remoterealmauditlog.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0019_remotezulipserver_plan_type.py billing: Add do_change_remote_server_plan_type. 2021-12-07 10:25:37 -08:00
0020_remotezulipserverauditlog.py billing: Add do_change_remote_server_plan_type. 2021-12-07 10:25:37 -08:00
0021_alter_remotezulipserver_uuid.py remote_server: Migrate RemoteZulipServer.uuid to be UUIDField. 2021-12-28 10:11:34 -08:00
0022_remotezulipserver_create_audit_log_backfill.py migrations: Backfill audit log entries for remote server creation. 2022-01-03 12:58:00 -08:00
0023_remotezulipserver_deactivated.py corporate: Add helper for deactivating remote server registrations. 2022-01-03 14:02:48 -08:00
0024_remotepushdevicetoken_user_uuid.py zilencer: Change push bouncer API to accept uuids as user identifier. 2022-03-14 17:47:30 -07:00
0025_alter_remotepushdevicetoken_user_id_drop_index.py zilencer: Drop the index from RemotePushDeviceToken.user_id. 2022-03-14 17:47:30 -07:00
__init__.py