Skip to content

Commit

Permalink
Fixing migrations incremental IDs with previous merges
Browse files Browse the repository at this point in the history
Fixing migration 146 with merging purposes.
  • Loading branch information
FherStk committed Feb 9, 2024
1 parent b367497 commit d38bc14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('judge', '0144_submission_index_cleanup'),
('judge', '0145_site_data_batch_prerequisites'),
]

operations = [
Expand Down

0 comments on commit d38bc14

Please sign in to comment.