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

7 lines
229 B
MySQL
Raw Normal View History

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