增加修改数据库表名 migration
This commit is contained in:
18
problem/migrations/0009_auto_20151008_1125.py
Normal file
18
problem/migrations/0009_auto_20151008_1125.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('problem', '0008_auto_20150922_1702'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelTable(
|
||||
name='problem',
|
||||
table='problem',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user