aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-11-15 10:16:49 +0100
committerGravatar GitHub <[email protected]>2019-11-15 10:16:49 +0100
commit4b58cf53a7931ab0b3091266afa6e15dd0b985a0 (patch)
tree2e2dcd265d236ab781c88db8d6e7ca0f8f39ed12
parentMerge branch 'master' into bot#549-show-attachments-staff (diff)
Update migration history
-rw-r--r--pydis_site/apps/api/migrations/0049_deletedmessage_attachments.py (renamed from pydis_site/apps/api/migrations/0047_deletedmessage_attachments.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/migrations/0047_deletedmessage_attachments.py b/pydis_site/apps/api/migrations/0049_deletedmessage_attachments.py
index f335e003..9cbde96d 100644
--- a/pydis_site/apps/api/migrations/0047_deletedmessage_attachments.py
+++ b/pydis_site/apps/api/migrations/0049_deletedmessage_attachments.py
@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
- ('api', '0046_reminder_jump_url'),
+ ('api', '0048_add_infractions_unique_constraints_active'),
]
operations = [