Add hardware ingest flow and UI upload

This commit is contained in:
2026-02-11 21:57:34 +03:00
parent 38ebe8cd2a
commit 66a3166276
14 changed files with 2222 additions and 111 deletions

View File

@@ -0,0 +1,7 @@
DROP TABLE IF EXISTS asset_firmware_states;
ALTER TABLE timeline_events
DROP COLUMN details;
ALTER TABLE observations
DROP COLUMN details;