mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Fix: Remove legacy unused tags cleanup (#3651)
This commit is contained in:
parent
5f85d8f749
commit
db42c13e05
1 changed files with 0 additions and 3 deletions
|
@ -1116,9 +1116,6 @@ let needSetup = false;
|
|||
value,
|
||||
]);
|
||||
|
||||
// Cleanup unused Tags
|
||||
await R.exec("delete from tag where ( select count(*) from monitor_tag mt where tag.id = mt.tag_id ) = 0");
|
||||
|
||||
callback({
|
||||
ok: true,
|
||||
msg: "Deleted Successfully.",
|
||||
|
|
Loading…
Reference in a new issue