mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 03:01:08 +00:00
feat: add ability to group monitors in dashboard
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE monitor
|
||||
ADD parent INTEGER REFERENCES [monitor] ([id]) ON DELETE SET NULL ON UPDATE CASCADE;
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user