bump inv plugin migration to avoid conflict

This commit is contained in:
Chris Meyers 2020-08-27 16:20:06 -04:00 committed by Ryan Petrello
parent 99aff93930
commit a6712cfd60
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -42,7 +42,7 @@ def inventory_source_vars_forward(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('main', '0117_v400_remove_cloudforms_inventory'),
('main', '0118_add_remote_archive_scm_type'),
]
operations = [