mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
fix conflicting migrations
This commit is contained in:
parent
0694fa83b0
commit
d1b89815f7
@ -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 = [
|
Loading…
Reference in New Issue
Block a user