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 = [