goploy/database/1.7.0.sql

6 lines
254 B
MySQL
Raw Normal View History

2022-04-29 14:59:18 +08:00
ALTER TABLE `monitor`
DROP COLUMN `url`,
DROP COLUMN `notify_times`,
ADD COLUMN `type` smallint UNSIGNED NOT NULL DEFAULT 0 AFTER `name`,
ADD COLUMN `target` json NULL AFTER `type`,
ADD COLUMN `silent_cycle` int UNSIGNED NOT NULL DEFAULT 0 AFTER `times`;