aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-11-15 10:05:02 +0100
committerGravatar GitHub <[email protected]>2019-11-15 10:05:02 +0100
commit912ecffab9797fa86ed90590438de3bd1211f2c8 (patch)
treea6b66b1501286ce97871e41285131d2ea07fc3a3 /pydis_site
parentAllow blank attachment field (diff)
Delete useless migration file
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/api/migrations/0048_alter_deletedmessage_api.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pydis_site/apps/api/migrations/0048_alter_deletedmessage_api.py b/pydis_site/apps/api/migrations/0048_alter_deletedmessage_api.py
deleted file mode 100644
index 364f57b1..00000000
--- a/pydis_site/apps/api/migrations/0048_alter_deletedmessage_api.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Generated by Django 2.2.6 on 2019-10-31 12:14
-
-import django.contrib.postgres.fields
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('api', '0047_deletedmessage_attachments'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='deletedmessage',
- name='attachments',
- field=django.contrib.postgres.fields.ArrayField(base_field=models.URLField(max_length=512), blank=True, help_text='Attachments attached to this message.', size=None),
- ),
- ]