remove contest type
This commit is contained in:
13
contest/migrations/0006_remove_oi_and_realtime.py
Normal file
13
contest/migrations/0006_remove_oi_and_realtime.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("contest", "0005_alter_acmcontestrank_accepted_number_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(name="OIContestRank"),
|
||||
migrations.RemoveField(model_name="contest", name="real_time_rank"),
|
||||
migrations.RemoveField(model_name="contest", name="rule_type"),
|
||||
]
|
||||
Reference in New Issue
Block a user