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