forked from GithubBackups/healthchecks
Add Slack integration
This commit is contained in:
parent
7bb17cefad
commit
00e75bc59d
19
hc/api/migrations/0012_auto_20150930_1922.py
Normal file
19
hc/api/migrations/0012_auto_20150930_1922.py
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api', '0011_notification'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='channel',
|
||||
name='kind',
|
||||
field=models.CharField(choices=[('email', 'Email'), ('webhook', 'Webhook'), ('slack', 'Slack'), ('pd', 'PagerDuty')], max_length=20),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user