1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-30 23:44:59 +02:00
Files
oncall/db/schema-update.v0-1602184489.sql
Joel Krauska 1c36875951 Add slack channel notifications (#321)
* Add slack channel notifications

* typo in comments

* flake8

* update original schema for CI

* add dummy data

* typo in tests

* 8 %s

* remove # from test data, whitespace

* add #s

* add to cols filter

Co-authored-by: Joel Krauska <jkrauska@linkedin.com>
2020-12-04 13:33:48 -08:00

7 lines
229 B
SQL

-- -----------------------------------------------------
-- Update to Table `team`
-- -----------------------------------------------------
ALTER TABLE `team`
ADD COLUMN IF NOT EXISTS slack_channel_notifications VARCHAR(255);