From 8b1ede880d8f6f5b6597d5cda49812a7a88bec06 Mon Sep 17 00:00:00 2001 From: VARUN Date: Tue, 7 Jan 2025 11:16:03 +0530 Subject: [PATCH] updated code --- .../0007_spoc_remove_jobposting_budget_max_and_more.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 edd52ef..3a8af27 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', '0006_alter_jobposting_location'), + ('user', '0005_alter_jobposting_location'), ] operations = [