aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-01-13 13:08:29 +0100
committerGravatar GitHub <[email protected]>2020-01-13 13:08:29 +0100
commit8c23efacc061bd0018075aed689d0123fc8d8d84 (patch)
tree968067e10c1e6255a3ae9672aaf818297f2f5a7a
parentMerge branch 'master' into bot#549-show-attachments-staff (diff)
Update migration dependency to the latest merged
-rw-r--r--pydis_site/apps/api/migrations/0049_deletedmessage_attachments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/migrations/0049_deletedmessage_attachments.py b/pydis_site/apps/api/migrations/0049_deletedmessage_attachments.py
index 9cbde96d..31ac239a 100644
--- a/pydis_site/apps/api/migrations/0049_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', '0048_add_infractions_unique_constraints_active'),
+ ('api', '0049_offensivemessage'),
]
operations = [