mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 05:21:34 +08:00
[Status Page] WIP: Checkpoint
This commit is contained in:
6
db/patch-monitor-public.sql
Normal file
6
db/patch-monitor-public.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
alter table monitor
|
||||
add public BOOLEAN default 0 not null;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user