Merge pull request #2687 from AlanCoding/play_nice

fix conflicting migrations
This commit is contained in:
Alan Rominger 2018-07-26 10:45:08 -04:00 committed by GitHub
commit 979eaeddfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('main', '0044_v330_add_inventory_update_inventory'),
('main', '0045_v330_instance_managed_by_policy'),
]
operations = [