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;