unify checkin messaging
parent
f70e94955d
commit
af3d9381ad
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.4 on 2022-05-17 15:01
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("app", "0009_helper_asta_confirmed"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="room",
|
||||
name="meeting_location",
|
||||
field=models.TextField(default="Infopoint"),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue