Skip to content
Snippets Groups Projects
Commit fd80672d authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add migration for slack_channel field update.

parent 43377393
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2.13 on 2020-06-29 17:07
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('funds', '0074_add_word_limit_to_text_blocks'),
]
operations = [
migrations.AlterField(
model_name='applicationbase',
name='slack_channel',
field=models.CharField(blank=True, help_text='The slack #channel for notifications. If left empty, notifications will go to the default channel.', max_length=128),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment