parent
f8c0e75aad
commit
b2e3298378
5 changed files with 64 additions and 11 deletions
@ -0,0 +1,25 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
# Generated by Django 1.11.6 on 2017-12-05 18:33 |
||||||
|
from __future__ import unicode_literals |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('achievements', '0004_auto_20171205_1823'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.RenameField( |
||||||
|
model_name='achievements', |
||||||
|
old_name='icon', |
||||||
|
new_name='img', |
||||||
|
), |
||||||
|
migrations.RenameField( |
||||||
|
model_name='diploma', |
||||||
|
old_name='icon', |
||||||
|
new_name='img', |
||||||
|
), |
||||||
|
] |
||||||
@ -0,0 +1,20 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
# Generated by Django 1.11.6 on 2017-12-05 18:36 |
||||||
|
from __future__ import unicode_literals |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('achievements', '0005_auto_20171205_1833'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.RenameField( |
||||||
|
model_name='achievements', |
||||||
|
old_name='user', |
||||||
|
new_name='users', |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue