1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

update migration name

This commit is contained in:
AlanCoding 2016-10-03 11:16:08 -04:00
parent 9e3528de31
commit 3d38637b2d

View File

@ -10,7 +10,7 @@ import awx.main.fields
class Migration(migrations.Migration):
dependencies = [
('main', '0037_job_allow_simultaneous'),
('main', '0037_v310_job_allow_simultaneous'),
]
operations = [