Files
zulip/zilencer/migrations/0017_installationcount_indexes.py
Anders Kaseorg 6e4c3e41dc python: Normalize quotes with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00

22 lines
538 B
Python

# Generated by Django 1.11.20 on 2019-04-23 20:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("zilencer", "0016_remote_counts"),
]
operations = [
migrations.AlterIndexTogether(
name="remoteinstallationcount",
index_together={("server", "remote_id")},
),
migrations.AlterIndexTogether(
name="remoterealmcount",
index_together={("property", "end_time"), ("server", "remote_id")},
),
]