Skip to content
Snippets Groups Projects
Commit b3eec51c authored by Michel, Liam (UG - Comp Sci & Elec Eng)'s avatar Michel, Liam (UG - Comp Sci & Elec Eng)
Browse files

fixed bug with migration dependencies causing crash

parent ff4775f8
No related branches found
No related tags found
1 merge request!8fixed bug with migration dependencies causing crash
......@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0003_topgym_user_alter_answer_user_and_more'),
('core', '0003_rename_t_expire_date_topgym_user_token_expire'),
]
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