Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add absent iesg 0001_initial.py migration#5336

Merged
Prev Previous commit
Next Next commit
chore: Remove index from 0001_initial.py to match production db schema
  • Loading branch information
jennifer-richards committed Mar 14, 2023
commit 9365aa545a7e85f959393c105e67a50655ae0f1c
6 changes: 1 addition & 5 deletions ietf/iesg/migrations/0001_initial.py
@@ -1,4 +1,4 @@
# Generated by Django 2.2.28 on 2023-03-10 16:13
# Generated by Django 2.2.28 on 2023-03-14 16:10

from django.db import migrations, models
import ietf.iesg.models
Expand Down Expand Up @@ -47,8 +47,4 @@ class Migration(migrations.Migration):
'ordering': ['-date'],
},
),
migrations.AddIndex(
model_name='telechatdate',
index=models.Index(fields=['-date'], name='iesg_telech_date_a0e0ed_idx'),
),
]