diff --git a/skyonnweb/user/migrations/0007_spoc_remove_jobposting_budget_max_and_more.py b/skyonnweb/user/migrations/0007_spoc_remove_jobposting_budget_max_and_more.py index 3a8af27..edd52ef 100644 --- a/skyonnweb/user/migrations/0007_spoc_remove_jobposting_budget_max_and_more.py +++ b/skyonnweb/user/migrations/0007_spoc_remove_jobposting_budget_max_and_more.py @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('user', '0005_alter_jobposting_location'), + ('user', '0006_alter_jobposting_location'), ] operations = [