mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:15:59 +03:00
6 lines
92 B
SQL
6 lines
92 B
SQL
BEGIN TRANSACTION;
|
|
|
|
alter table monitor
|
|
add public BOOLEAN default 0 not null;
|
|
|
|
COMMIT;
|