mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-29 16:41:56 +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):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('problem', '0010_problem_spj_compile_ok'),
|
('problem', '0010_problem_spj_compile_ok'),
|
||||||
|
('submission', '0009_delete_user_output'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
@ -19,6 +19,7 @@ def fix_rejudge_bugs(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('submission', '0009_delete_user_output'),
|
('submission', '0009_delete_user_output'),
|
||||||
|
('problem', '0010_problem_spj_compile_ok'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
Loading…
Reference in New Issue
Block a user