@cryptotaxi247 / netdata-1 / commits / 6be9b03a4

Cleanup node instance (#12825)

Stelios Fragkakis committed May 5, 2022 at 16:27 UTC 6be9b03a4441b5446686068aa3fd69f516dabba0
1 file changed +1
database/sqlite/sqlite_functions.c
+1
@@ -62,6 +62,7 @@ const char *database_cleanup[] = {
62 "delete from chart where chart_id not in (select chart_id from dimension);",
63 "delete from host where host_id not in (select host_id from chart);",
64 "delete from chart_label where chart_id not in (select chart_id from chart);",
65 + "DELETE FROM node_instance WHERE host_id NOT IN (SELECT host_id FROM host);",
66 NULL
67 };
68