1
0
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:
Ryan Petrello 2018-06-15 20:38:57 -04:00
parent ee179c3693
commit 427271f791
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

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