mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-16 01:13:47 +00:00
增加升级 announcement 的 migration
This commit is contained in:
parent
e7aa9ce9a6
commit
b69be7eed5
22
announcement/migrations/0004_auto_20151015_1555.py
Normal file
22
announcement/migrations/0004_auto_20151015_1555.py
Normal file
@ -0,0 +1,22 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('announcement', '0003_auto_20150922_1703'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='announcement',
|
||||
name='groups',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='announcement',
|
||||
name='is_global',
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user