uptime-kuma/db/patch-monitor-public.sql

7 lines
92 B
MySQL
Raw Normal View History

2021-09-11 15:43:07 +00:00
BEGIN TRANSACTION;
alter table monitor
add public BOOLEAN default 0 not null;
COMMIT;