Skip to content
Snippets Groups Projects
Commit 75d3d626 authored by HeJ's avatar HeJ
Browse files

fix migrations order

parent 1d01af46
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ from django.db import migrations ...@@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('core', '0054_UserBadgeGrammar'), ('core', '0055_dm_restrictions'),
] ]
operations = [ operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment