From c35f69b32aecace88a0e7b7ebb06978ee314347e Mon Sep 17 00:00:00 2001 From: FherStk Date: Mon, 12 Aug 2024 12:29:44 +0200 Subject: [PATCH] fixing migration --- .../{0146_problem_authorship.py => 0147_problem_authorship.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename judge/migrations/{0146_problem_authorship.py => 0147_problem_authorship.py} (92%) diff --git a/judge/migrations/0146_problem_authorship.py b/judge/migrations/0147_problem_authorship.py similarity index 92% rename from judge/migrations/0146_problem_authorship.py rename to judge/migrations/0147_problem_authorship.py index 6f91979205..c2a1d36648 100644 --- a/judge/migrations/0146_problem_authorship.py +++ b/judge/migrations/0147_problem_authorship.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ('judge', '0145_site_data_batch_prerequisites'), + ('judge', '0146_comment_revision_count_v2'), ] operations = [