Skip to content
Snippets Groups Projects
Verified Commit d9452c08 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Change migration dependency after refactoring in core

parent ad24b325
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0007_create_admin_user'),
('core', '0008_rename_fields_notification_activity'),
('chronos', '0004_room_name_not_unique'),
]
......
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