zulip/zilencer/migrations
Mateusz Mandera c5c3ab66d6 remote_server: Migrate RemoteZulipServer.uuid to be UUIDField.
Given that these values are uuids, it's better to use UUIDField which is
meant for exactly that, rather than an arbitrary CharField.

This requires modifying some tests to use valid uuids.
2021-12-28 10:11:34 -08: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
__init__.py