mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
we removed our previous 0008 migration, so moving 0009 -> 0008
This commit is contained in:
@@ -107,7 +107,7 @@ def create_system_job_templates(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0008_v300_rbac_drop_fields'),
|
('main', '0007_v300_rbac_migrations'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user