Skip to content
Snippets Groups Projects
Commit 6a893fc4 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix conflicting migration naming

parent 3b12aeca
No related branches found
No related tags found
1 merge request!1208Resolve "Data management for the Models `Room` and `SchoolTerm`"
Pipeline #135349 failed
......@@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
("sites", "0002_alter_domain_unique"),
("core", "0048_delete_personalicalurl"),
("core", "0049_alter_activity_managers_and_more"),
]
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