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

Fix migrations

parent dc12f148
No related branches found
No related tags found
1 merge request!1322Resolve "Two migrations with 0053_... prefix exist"
Pipeline #147615 passed with warnings
......@@ -9,7 +9,7 @@ import aleksis.core.managers
class Migration(migrations.Migration):
dependencies = [
("sites", "0002_alter_domain_unique"),
("core", "0052_site_related_name"),
("core", "0053_freebusy"),
]
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