mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
move migrations to accomdate a downstream migration
This commit is contained in:
parent
78d715efed
commit
cbf085ab43
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0098_v360_rename_cyberark_aim_credential_type'),
|
||||
('main', '0099_v361_license_cleanup'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user