mirror of
https://github.com/Nezumi-2711/uptime-monitoring.git
synced 2026-09-22 13:48:31 +00:00
fix: improve detect error case
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
ALTER TABLE `checks` ADD `degraded` integer DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `expect_keyword` text;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `keyword_inverted` integer DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `request_headers` text;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `request_body` text;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `degraded_latency_ms` integer;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `consecutive_slow` integer DEFAULT 0 NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `monitors` ADD `last_degraded` integer DEFAULT false NOT NULL;
|
||||
Reference in New Issue
Block a user