2023-02-03 21:24:28 -08:00
|
|
|
# Generated by Django 4.1.4 on 2023-02-04 05:23
|
2023-02-03 20:51:24 -08:00
|
|
|
|
2023-02-03 21:24:28 -08:00
|
|
|
from django.db import migrations
|
2023-02-03 20:51:24 -08:00
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2023-02-03 21:24:28 -08:00
|
|
|
("users", "0013_stator_indexes"),
|
2023-02-03 20:51:24 -08:00
|
|
|
("activities", "0009_alter_timelineevent_index_together"),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
2023-02-03 21:24:28 -08:00
|
|
|
migrations.AlterIndexTogether(
|
|
|
|
name="emoji",
|
|
|
|
index_together={("state_ready", "state_locked_until", "state")},
|
2023-02-03 20:51:24 -08:00
|
|
|
),
|
|
|
|
migrations.AlterIndexTogether(
|
|
|
|
name="fanout",
|
|
|
|
index_together={("state_ready", "state_locked_until", "state")},
|
|
|
|
),
|
|
|
|
migrations.AlterIndexTogether(
|
|
|
|
name="hashtag",
|
|
|
|
index_together={("state_ready", "state_locked_until", "state")},
|
|
|
|
),
|
2023-02-03 21:24:28 -08:00
|
|
|
migrations.AlterIndexTogether(
|
|
|
|
name="post",
|
|
|
|
index_together={("state_ready", "state_locked_until", "state")},
|
|
|
|
),
|
2023-02-03 20:51:24 -08:00
|
|
|
migrations.AlterIndexTogether(
|
|
|
|
name="postattachment",
|
|
|
|
index_together={("state_ready", "state_locked_until", "state")},
|
|
|
|
),
|
2023-02-03 21:24:28 -08:00
|
|
|
migrations.AlterIndexTogether(
|
|
|
|
name="postinteraction",
|
|
|
|
index_together={
|
|
|
|
("type", "identity", "post"),
|
|
|
|
("state_ready", "state_locked_until", "state"),
|
|
|
|
},
|
|
|
|
),
|
2023-02-03 20:51:24 -08:00
|
|
|
]
|