Skip to content

Commit

Permalink
Rename migration dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
  • Loading branch information
fosterseth committed Jan 16, 2024
1 parent e5d1916 commit 99c5245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/migrations/0189_inbound_hop_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Migration(migrations.Migration):
dependencies = [
('main', '0187_hop_nodes'),
('main', '0188_add_bitbucket_dc_webhook'),
]

operations = [
Expand Down

0 comments on commit 99c5245

Please sign in to comment.