Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
152 B
MySQL
Raw Normal View History

ALTER TABLE `alert_templates` ADD `title` VARCHAR(255) NULL DEFAULT NULL;
ALTER TABLE `alert_templates` ADD `title_rec` VARCHAR(255) NULL DEFAULT NULL;