mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 17:14:17 +08:00
[status page] developing
This commit is contained in:
6
db/patch-monitor-public-weight.sql
Normal file
6
db/patch-monitor-public-weight.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
alter table monitor
|
||||
add public_weight BOOLEAN default 1000 not null;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user