This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Open
/
uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
Watch
1
Star
0
Fork
You've already forked uptime-kuma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ab06f87b8
uptime-kuma
/
db
/
patch-monitor-public-weight...
7 lines
102 B
SQL
Raw
Blame
History
BEGIN
TRANSACTION
;
alter
table
monitor
add
public_weight
BOOLEAN
default
1000
not
null
;
COMMIT
;
Reference in New Issue
View Git Blame
Copy Permalink