21 lines
476 B
Python
21 lines
476 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.5 on 2018-07-05 10:02
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('safesite', '0010_trouble_yhnum'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='troubleaccess',
|
|
name='action',
|
|
field=models.CharField(blank=True, max_length=100, null=True),
|
|
),
|
|
]
|