diff options
author | 2022-11-07 18:15:49 +0100 | |
---|---|---|
committer | 2022-11-07 18:15:49 +0100 | |
commit | bf348379b8c825a8c2025894caa43d9611442fb7 (patch) | |
tree | bd97e499f494a6c62f4cc37b2ac080aa9d1a95ca /pydis_site/apps/api/migrations | |
parent | add thread_id to serializer's fields (diff) |
delete buggy migration
Diffstat (limited to 'pydis_site/apps/api/migrations')
-rw-r--r-- | pydis_site/apps/api/migrations/0085_add_thread_id_to_nomination.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pydis_site/apps/api/migrations/0085_add_thread_id_to_nomination.py b/pydis_site/apps/api/migrations/0085_add_thread_id_to_nomination.py deleted file mode 100644 index cb216a62..00000000 --- a/pydis_site/apps/api/migrations/0085_add_thread_id_to_nomination.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 4.1.2 on 2022-11-05 23:53 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('api', '0084_infraction_last_applied'), - ] - - operations = [ - migrations.AddField( - model_name='nomination', - name='thread_id', - field=models.BigIntegerField(blank=True, help_text="The nomination vote thread's id", null=True), - ), - ] |