1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

we removed our previous 0008 migration, so moving 0009 -> 0008

This commit is contained in:
Akita Noek 2016-03-15 09:34:50 -04:00
parent 6ea99583da
commit a845d5c0bb

View File

@ -107,7 +107,7 @@ def create_system_job_templates(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('main', '0008_v300_rbac_drop_fields'),
('main', '0007_v300_rbac_migrations'),
]
operations = [