mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
moved migration dependency from 0106 to 0107
This commit is contained in:
@@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0105_v370_remove_jobevent_parent_and_hosts'),
|
('main', '0106_v370_remove_inventory_groups_with_active_failures'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user