aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
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),
- ),
- ]