21 lines
426 B
Python
21 lines
426 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.5 on 2018-07-17 16:24
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('safesite', '0025_auto_20180717_0928'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='trouble',
|
|
old_name='zgxq',
|
|
new_name='zgqx',
|
|
),
|
|
]
|