mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-01 10:02:01 +00:00
25 lines
563 B
Python
25 lines
563 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.6 on 2017-07-04 12:43
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('submission', '0002_auto_20170509_1203'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='submission',
|
|
old_name='accepted_info',
|
|
new_name='statistic_info',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='submission',
|
|
name='accepted_time',
|
|
),
|
|
]
|