mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 15:24:05 +00:00
6 lines
102 B
SQL
6 lines
102 B
SQL
BEGIN TRANSACTION;
|
|
|
|
alter table monitor
|
|
add public_weight BOOLEAN default 1000 not null;
|
|
|
|
COMMIT;
|