mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 17:24:45 -03:30
Moved the rbac field removal migration to happen after the migrate script part of the rbac migration
This commit is contained in:
@@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0004_rbac_migrations'),
|
('main', '0007_v300_rbac_migrations'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user