mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-03 18:07:44 -08:00
7 lines
102 B
SQL
7 lines
102 B
SQL
BEGIN TRANSACTION;
|
|
|
|
alter table monitor
|
|
add public_weight BOOLEAN default 1000 not null;
|
|
|
|
COMMIT;
|