mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 20:10:53 +03:00
7 lines
92 B
MySQL
7 lines
92 B
MySQL
|
BEGIN TRANSACTION;
|
||
|
|
||
|
alter table monitor
|
||
|
add public BOOLEAN default 0 not null;
|
||
|
|
||
|
COMMIT;
|