Skip to content

Commit 6892a55

Browse files
committed
Fixed a migrations conflict
- Legacy-Id: 16128
1 parent d2c6444 commit 6892a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/migrations/0012_auto_20190323_0611.py renamed to ietf/meeting/migrations/0013_make_separate_break_sessobj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def backward(apps, schema_editor):
3434
class Migration(migrations.Migration):
3535

3636
dependencies = [
37-
('meeting', '0011_auto_20190114_0550'),
37+
('meeting', '0012_add_slide_submissions'),
3838
]
3939

4040
operations = [

0 commit comments

Comments
 (0)