Skip to content

Commit efc09d9

Browse files
committed
Updated migration.
- Legacy-Id: 11548
1 parent ca36d50 commit efc09d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/meeting/migrations/0025_add_floorplan_and_room_coordinates.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ class Migration(migrations.Migration):
5656
field=models.SmallIntegerField(default=None, null=True, blank=True),
5757
preserve_default=True,
5858
),
59+
migrations.AlterModelOptions(
60+
name='room',
61+
options={'ordering': ['-meeting', 'name']},
62+
),
5963
]

0 commit comments

Comments
 (0)