mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
fix busted migrations
This commit is contained in:
parent
ee179c3693
commit
427271f791
@ -8,7 +8,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0040_v330_unifiedjob_controller_node'),
|
||||
('main', '0041_v330_update_oauth_refreshtoken'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user