Fix migration conflict
This commit is contained in:
parent
116b4da1a5
commit
e0ab7f5f94
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
('kfet', '0057_add_perms_config'),
|
||||||
('kfet', '0056_change_account_meta'),
|
('kfet', '0056_change_account_meta'),
|
||||||
('kfet', '0054_update_promos'),
|
('kfet', '0054_update_promos'),
|
||||||
]
|
]
|
||||||
|
|
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('kfet', '0057_add_perms_config'),
|
('kfet', '0057_merge'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in a new issue