Updated migration.
- Legacy-Id: 11548
This commit is contained in:
parent
ca36d50484
commit
efc09d92f3
|
@ -56,4 +56,8 @@ class Migration(migrations.Migration):
|
|||
field=models.SmallIntegerField(default=None, null=True, blank=True),
|
||||
preserve_default=True,
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='room',
|
||||
options={'ordering': ['-meeting', 'name']},
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue