mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The index isn't used, because our unique_index entries provide better indexes for the queries.
19 lines
419 B
Python
19 lines
419 B
Python
# Generated by Django 3.2.12 on 2022-03-10 12:34
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("zilencer", "0024_remotepushdevicetoken_user_uuid"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="remotepushdevicetoken",
|
|
name="user_id",
|
|
field=models.BigIntegerField(null=True),
|
|
),
|
|
]
|