Migration reordering to avoid schema migrations after data migrations.
- Legacy-Id: 15881
This commit is contained in:
parent
4f32170cd0
commit
b4e46cd559
|
@ -40,6 +40,7 @@ class Migration(migrations.Migration):
|
|||
dependencies = [
|
||||
('doc', '0008_add_uploaded_filename'),
|
||||
('review', '0008_remove_reviewrequest_old_id'),
|
||||
('meeting', '0011_auto_20190114_0550'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in a new issue