增加测试用例版本号,用于judger重新编译spj程序

This commit is contained in:
virusdefender
2016-04-06 13:49:37 +08:00
parent 7414c80ee6
commit 3d396cc8e4
5 changed files with 61 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.1 on 2016-04-06 04:20
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('problem', '0013_auto_20160404_1641'),
]
operations = [
migrations.AddField(
model_name='problem',
name='spj_version',
field=models.CharField(blank=True, max_length=32, null=True),
),
]