implement description for rooms, format descriptions on shift detail page
parent
e18101e85a
commit
1562a1a689
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.4 on 2022-05-21 16:31
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("app", "0010_room_meeting_location"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="room",
|
||||
name="description",
|
||||
field=models.TextField(blank=True, default=""),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue