goploy/v1.0.3.sql

3 lines
202 B
MySQL
Raw Normal View History

2020-09-11 16:17:11 +08:00
ALTER TABLE `goploy`.`monitor`
ADD COLUMN `notify_times` smallint(5) UNSIGNED NOT NULL DEFAULT 1 AFTER `notify_target`,
2020-09-25 20:05:25 +08:00
ADD COLUMN `error_content` varchar(1000) NOT NULL DEFAULT '' AFTER `notify_times`;