Skip to content
Snippets Groups Projects
Commit b1852eeb authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix migration order

parent 3033db56
No related branches found
No related tags found
1 merge request!477Resolve "Handle broken DashboardWidgets correctly"
......@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0009_default_dashboard'),
('core', '0016_taskuserassignment'),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment