uptime-kuma/db/patch-monitor-public-weight...

7 lines
102 B
SQL

BEGIN TRANSACTION;
alter table monitor
add public_weight BOOLEAN default 1000 not null;
COMMIT;