You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
586 B
20 lines
586 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-07-18 15:21
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('service', '0006_auto_20160523_1525'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='mailbox',
|
|
name='custom',
|
|
field=models.BooleanField(default=False, verbose_name='\u041a\u0430\u0441\u0442\u043e\u043c\u043d\u0430\u044f \u043e\u0431\u043b\u043e\u0436\u043a\u0430'),
|
|
),
|
|
]
|
|
|