Skip to content

Commit e993411

Browse files
committed
Updated migration
1 parent 8cb140f commit e993411

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/program/migrations/0106_event_video_streaming_and_more.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.20 on 2025-04-21 17:12
1+
# Generated by Django 4.2.20 on 2025-04-21 17:36
22

33
from django.db import migrations, models
44

@@ -18,6 +18,6 @@ class Migration(migrations.Migration):
1818
migrations.AddField(
1919
model_name='eventproposal',
2020
name='allow_video_streaming',
21-
field=models.BooleanField(default=False, help_text='Uncheck if you do not want the event streamed.'),
21+
field=models.BooleanField(default=False, help_text='Uncheck if you do not want the event streamed (only if recording is unchecked!).'),
2222
),
2323
]

0 commit comments

Comments
 (0)