mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Rename migration dependency
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import django.db.models.deletion
|
|||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0187_hop_nodes'),
|
('main', '0188_add_bitbucket_dc_webhook'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
Reference in New Issue
Block a user