mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Moved the rbac field removal migration to happen after the migrate script part of the rbac migration
This commit is contained in:
parent
87219135af
commit
efcd4efda2
@ -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 = [
|
||||
Loading…
x
Reference in New Issue
Block a user