mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixed Migration
This commit is contained in:
parent
8c1bc97c2f
commit
68f0ae612e
@ -58,7 +58,7 @@ def backwards(apps, schema_editor):
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('main', '0147_validate_ee_image_field'),
|
||||
('main', '0149_remove_inventory_insights_credential'),
|
||||
]
|
||||
operations = [
|
||||
migrations.RunPython(migrations.RunPython.noop, backwards),
|
||||
Loading…
x
Reference in New Issue
Block a user