mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
7 lines
92 B
SQL
7 lines
92 B
SQL
BEGIN TRANSACTION;
|
|
|
|
alter table monitor
|
|
add public BOOLEAN default 0 not null;
|
|
|
|
COMMIT;
|