From d38bc14276e5ab984fa9f44b9cd52a57bca72297 Mon Sep 17 00:00:00 2001 From: FherStk Date: Fri, 9 Feb 2024 10:44:10 +0100 Subject: [PATCH] Fixing migrations incremental IDs with previous merges Fixing migration 146 with merging purposes. --- .../{0145_problem_authorship.py => 0146_problem_authorship.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename judge/migrations/{0145_problem_authorship.py => 0146_problem_authorship.py} (92%) diff --git a/judge/migrations/0145_problem_authorship.py b/judge/migrations/0146_problem_authorship.py similarity index 92% rename from judge/migrations/0145_problem_authorship.py rename to judge/migrations/0146_problem_authorship.py index e8db559c76..6f91979205 100644 --- a/judge/migrations/0145_problem_authorship.py +++ b/judge/migrations/0146_problem_authorship.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ('judge', '0144_submission_index_cleanup'), + ('judge', '0145_site_data_batch_prerequisites'), ] operations = [