mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Fixed Migration
This commit is contained in:
committed by
Shane McDonald
parent
8c1bc97c2f
commit
68f0ae612e
@@ -58,7 +58,7 @@ def backwards(apps, schema_editor):
|
|||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0147_validate_ee_image_field'),
|
('main', '0149_remove_inventory_insights_credential'),
|
||||||
]
|
]
|
||||||
operations = [
|
operations = [
|
||||||
migrations.RunPython(migrations.RunPython.noop, backwards),
|
migrations.RunPython(migrations.RunPython.noop, backwards),
|
||||||
Reference in New Issue
Block a user