-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
take UI to completion, add migration to allow email service in catalog
- Loading branch information
1 parent
b8ad252
commit 9c6ecbb
Showing
6 changed files
with
73 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ALTER TABLE peerdb_stats.alerting_config | ||
DROP CONSTRAINT alerting_config_service_type_check; | ||
|
||
ALTER TABLE peerdb_stats.alerting_config | ||
ADD CONSTRAINT alerting_config_service_type_check | ||
CHECK (service_type IN ('slack', 'email')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.