zerobyte/app/drizzle/20260502085340_sudden_maria_hill/migration.sql
2026-05-02 11:40:09 +02:00

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;