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

7 lines
102 B
MySQL
Raw Normal View History

2021-09-12 18:26:45 +00:00
BEGIN TRANSACTION;
alter table monitor
add public_weight BOOLEAN default 1000 not null;
COMMIT;