Files
web2.0-backend/webapp/migrations/0023_remove_kaehmyform_phone_number.py
T
2017-10-11 21:17:46 +03:00

20 lines
400 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-10-11 18:02
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('webapp', '0022_auto_20171011_2050'),
]
operations = [
migrations.RemoveField(
model_name='kaehmyform',
name='phone_number',
),
]