mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
fix busted migrations
This commit is contained in:
@@ -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 = [
|
||||
Reference in New Issue
Block a user