From 5d368eb24ecc2bf482ff4382d049f59014d33dc6 Mon Sep 17 00:00:00 2001 From: Michal Bryc Date: Wed, 13 Mar 2019 22:05:49 -0700 Subject: [PATCH] Clean migration --- hc/api/migrations/0058_auto_20190312_1716.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc/api/migrations/0058_auto_20190312_1716.py b/hc/api/migrations/0058_auto_20190312_1716.py index 17f827f4..dbd86a39 100644 --- a/hc/api/migrations/0058_auto_20190312_1716.py +++ b/hc/api/migrations/0058_auto_20190312_1716.py @@ -13,6 +13,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='channel', name='kind', - field=models.CharField(choices=[('email', 'Email'), ('webhook', 'Webhook'), ('hipchat', 'HipChat'), ('slack', 'Slack'), ('pd', 'PagerDuty'), ('pagertree', 'PagerTree'), ('pagerteam', 'PagerTeam') ('po', 'Pushover'), ('pushbullet', 'Pushbullet'), ('opsgenie', 'OpsGenie'), ('victorops', 'VictorOps'), ('discord', 'Discord'), ('telegram', 'Telegram'), ('sms', 'SMS'), ('zendesk', 'Zendesk'), ('trello', 'Trello'), ('matrix', 'Matrix')], max_length=20), + field=models.CharField(choices=[('email', 'Email'), ('webhook', 'Webhook'), ('hipchat', 'HipChat'), ('slack', 'Slack'), ('pd', 'PagerDuty'), ('pagertree', 'PagerTree'), ('po', 'Pushover'), ('pushbullet', 'Pushbullet'), ('opsgenie', 'OpsGenie'), ('victorops', 'VictorOps'), ('discord', 'Discord'), ('telegram', 'Telegram'), ('sms', 'SMS'), ('zendesk', 'Zendesk'), ('trello', 'Trello'), ('matrix', 'Matrix')], max_length=20), ), ]