1
0
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:
Ryan Petrello 2019-11-25 10:06:12 -05:00
parent 78d715efed
commit cbf085ab43
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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 = [