You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-30 23:44:59 +02:00
* 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>
7 lines
229 B
SQL
7 lines
229 B
SQL
-- -----------------------------------------------------
|
|
-- Update to Table `team`
|
|
-- -----------------------------------------------------
|
|
|
|
ALTER TABLE `team`
|
|
ADD COLUMN IF NOT EXISTS slack_channel_notifications VARCHAR(255);
|