Add registry, ingest, timeline, tickets features

This commit is contained in:
2026-02-05 22:49:11 +03:00
parent 1aba59fca5
commit fe9e08f1a6
44 changed files with 3514 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
DROP INDEX idx_observations_component_time ON observations;
DROP TABLE IF EXISTS timeline_events;
ALTER TABLE observations
DROP COLUMN firmware_version;