Moved the rbac field removal migration to happen after the migrate script part of the rbac migration

This commit is contained in:
Akita Noek 2016-03-09 11:31:00 -05:00
parent 87219135af
commit efcd4efda2

View File

@ -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 = [