Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
leduythuccs committed Oct 18, 2024
1 parent 3e53101 commit 19dc954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
class Migration(migrations.Migration):

dependencies = [
('judge', '0199_change_min_time_limit'),
('judge', '0209_judge_add_tiers'),
]

operations = [
migrations.AddField(
model_name='contest',
name='ranking_stop_last_minutes',
field=models.IntegerField(default=0, help_text='If set, the public scoreboard will be stopped for the last X minutes.', verbose_name='ranking stop last minutes'),
)
),
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('judge', '0200_add_ranking_stop_last_minutes'),
('judge', '0210_add_ranking_stop_last_minutes'),
]

operations = [
Expand Down

0 comments on commit 19dc954

Please sign in to comment.