Skip to content

Commit 4da2f59

Browse files
committed
migration
1 parent 64c0dc8 commit 4da2f59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 5.1.4 on 2025-01-18 20:49
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('conferences', '0052_alter_deadline_type'),
10+
]
11+
12+
operations = [
13+
migrations.AddField(
14+
model_name='conference',
15+
name='slack_new_invitation_letter_request_channel_id',
16+
field=models.CharField(blank=True, default='', max_length=255, verbose_name='New invitation letter request Slack channel ID for notification'),
17+
),
18+
]

0 commit comments

Comments
 (0)