parent
c04fd32633
commit
fad59463a9
2 changed files with 21 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
# Generated by Django 1.11.6 on 2017-12-06 12:44 |
||||||
|
from __future__ import unicode_literals |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('achievements', '0006_auto_20171205_1836'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='achievements', |
||||||
|
name='text', |
||||||
|
field=models.CharField(default='', max_length=255, verbose_name='Текст достижения'), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue