3 lines
No EOL
282 B
SQL
3 lines
No EOL
282 B
SQL
ALTER TABLE `notification_destinations_table` ADD `status` text DEFAULT 'unknown' NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `notification_destinations_table` ADD `last_checked` integer;--> statement-breakpoint
|
|
ALTER TABLE `notification_destinations_table` ADD `last_error` text; |