SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit fded6f1f authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct migration dependencies

parent 73a4c96c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('funders', '0011_remove_funder_organization'),
('journals', '0040_auto_20180922_1544'),
('partners', '0016_remove_partner_organization'),
('petitions', '0007_remove_petitionsignatory_organization_tbd'),
]
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