Commit eecf7430 by Qubad786

fix migrations conflict

parent 52f3c03d
......@@ -8,7 +8,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('VEDA_OS01', '0002_auto_20171016_1211'),
('VEDA_OS01', '0003_auto_20171019_1317'),
]
operations = [
......
......@@ -10,7 +10,7 @@ import model_utils.fields
class Migration(migrations.Migration):
dependencies = [
('VEDA_OS01', '0003_auto_20171019_1317'),
('VEDA_OS01', '0003_auto_20171024_2003'),
]
operations = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment