mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02: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):
|
||||
|
||||
dependencies = [
|
||||
('main', '0004_rbac_migrations'),
|
||||
('main', '0007_v300_rbac_migrations'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user