mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 13:22:54 +08:00
Add toggle to hide the uptime percentage on a statuspage
This commit is contained in:
7
db/patch-add-hide-uptime-percentage.sql
Normal file
7
db/patch-add-hide-uptime-percentage.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE status_page
|
||||
ADD hide_uptime_percentage BOOLEAN default 0 NOT NULL;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user