renumber the Galaxy credential migration after rebasing

This commit is contained in:
Ryan Petrello 2020-09-01 13:47:26 -04:00
parent ad85b176f4
commit f4af74dabe
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -19,7 +19,7 @@ logger = logging.getLogger('awx.main.migrations')
class Migration(migrations.Migration):
dependencies = [
('main', '0117_v400_remove_cloudforms_inventory'),
('main', '0119_inventory_plugins'),
]
operations = [