mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-06 01:45:35 -05:00
7 lines
102 B
MySQL
7 lines
102 B
MySQL
![]() |
BEGIN TRANSACTION;
|
||
|
|
||
|
alter table monitor
|
||
|
add public_weight BOOLEAN default 1000 not null;
|
||
|
|
||
|
COMMIT;
|