Add asset host logs ingest and UI

This commit is contained in:
Mikhail Chusavitin
2026-03-15 21:38:20 +03:00
parent 5370c1a698
commit f4cd15f0c4
19 changed files with 1374 additions and 222 deletions

View File

@@ -63,6 +63,7 @@ func applyMigrations(db *sql.DB) error {
func cleanupRegistry(db *sql.DB) error {
statements := []string{
"DELETE FROM machine_event_logs",
"DELETE FROM failure_events",
"DELETE FROM machine_firmware_states",
"DELETE FROM timeline_events",