mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
18 lines
352 B
Python
18 lines
352 B
Python
# Generated by Django 2.1.7 on 2020-04-19 06:13
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('problem', '0014_problem_share_submission'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='problem',
|
|
options={'ordering': ('_id',)},
|
|
),
|
|
]
|