[status page] developing

This commit is contained in:
LouisLam
2021-09-13 02:26:45 +08:00
parent f47f7758f9
commit e205adfd7b
5 changed files with 69 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
BEGIN TRANSACTION;
alter table monitor
add public_weight BOOLEAN default 1000 not null;
COMMIT;