2019-04-23 22:19:16 +02:00
|
|
|
# Generated by Django 1.11.20 on 2019-04-23 20:17
|
|
|
|
|
2023-06-11 21:22:36 +02:00
|
|
|
from django.db import migrations, models
|
2019-04-23 22:19:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("zilencer", "0016_remote_counts"),
|
2019-04-23 22:19:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
2023-06-11 21:22:36 +02:00
|
|
|
migrations.AddIndex(
|
|
|
|
model_name="remoteinstallationcount",
|
|
|
|
index=models.Index(
|
|
|
|
fields=["server", "remote_id"],
|
|
|
|
name="zilencer_remoteinstallat_server_id_remote_id_f72e4c30_idx",
|
|
|
|
),
|
2019-04-23 22:19:16 +02:00
|
|
|
),
|
2023-06-11 21:22:36 +02:00
|
|
|
migrations.AddIndex(
|
|
|
|
model_name="remoterealmcount",
|
|
|
|
index=models.Index(
|
|
|
|
fields=["server", "remote_id"],
|
|
|
|
name="zilencer_remoterealmcount_server_id_remote_id_de1573d8_idx",
|
|
|
|
),
|
2019-04-23 22:19:16 +02:00
|
|
|
),
|
|
|
|
]
|