mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 14:41:09 +08:00
[Status Page] wip, combine api, add status_page_id into group and incident tables
This commit is contained in:
@@ -25,4 +25,7 @@ CREATE TABLE [status_page_cname](
|
||||
[domain] VARCHAR NOT NULL UNIQUE
|
||||
);
|
||||
|
||||
ALTER TABLE incident ADD status_page_id INTEGER;
|
||||
ALTER TABLE [group] ADD status_page_id INTEGER;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in New Issue
Block a user