Openstatus
www.openstatus.dev
1ALTER TABLE status_report_to_monitors ADD `created_at` integer DEFAULT (strftime('%s', 'now')); --> statement-breakpoint
2ALTER TABLE status_reports_to_pages ADD `created_at` integer DEFAULT (strftime('%s', 'now')); --> statement-breakpoint
3ALTER TABLE monitors_to_pages ADD `created_at` integer DEFAULT (strftime('%s', 'now')); --> statement-breakpoint
4ALTER TABLE users_to_workspaces ADD `created_at` integer DEFAULT (strftime('%s', 'now')); --> statement-breakpoint
5ALTER TABLE notifications_to_monitors ADD `created_at` integer DEFAULT (strftime('%s', 'now'));