mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
moved migration dependency from 0106 to 0107
This commit is contained in:
parent
fdc29eebb7
commit
ad8bcd0de2
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0105_v370_remove_jobevent_parent_and_hosts'),
|
||||
('main', '0106_v370_remove_inventory_groups_with_active_failures'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
x
Reference in New Issue
Block a user