1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-02-03 13:11:34 +02:00
uptime-kuma/db/patch-monitor-public.sql
2021-09-11 23:43:07 +08:00

7 lines
92 B
SQL

BEGIN TRANSACTION;
alter table monitor
add public BOOLEAN default 0 not null;
COMMIT;