Skip to content

Commit b4e46cd

Browse files
committed
Migration reordering to avoid schema migrations after data migrations.
- Legacy-Id: 15881
1 parent 4f32170 commit b4e46cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/doc/migrations/0009_move_non_url_externalurls_to_uploaded_filename.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class Migration(migrations.Migration):
4040
dependencies = [
4141
('doc', '0008_add_uploaded_filename'),
4242
('review', '0008_remove_reviewrequest_old_id'),
43+
('meeting', '0011_auto_20190114_0550'),
4344
]
4445

4546
operations = [

0 commit comments

Comments
 (0)