mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-28 16:12:13 +00:00
fix start error
This commit is contained in:
parent
85f9fbbb81
commit
85ad3c5b36
@ -27,6 +27,7 @@ def fix_problem_count_bugs(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('problem', '0010_problem_spj_compile_ok'),
|
||||
('submission', '0009_delete_user_output'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -19,6 +19,7 @@ def fix_rejudge_bugs(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('submission', '0009_delete_user_output'),
|
||||
('problem', '0010_problem_spj_compile_ok'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Loading…
Reference in New Issue
Block a user