uptime-kuma/db/patch-monitor-public-weight.sql
2021-09-13 02:26:45 +08:00

7 lines
102 B
SQL

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