Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled
Release Workflow / request-docs-version-update (push) Has been cancelled
* fix(notifications): persist delivery health status * fix: pr feedback double update
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; |