mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-04 18:37:30 -08:00
7 lines
92 B
SQL
7 lines
92 B
SQL
BEGIN TRANSACTION;
|
|
|
|
alter table monitor
|
|
add public BOOLEAN default 0 not null;
|
|
|
|
COMMIT;
|