chore: snapshot production code before Apple Design UI refinement

This commit is contained in:
lingniu
2026-09-17 18:05:57 +08:00
parent 9f0a87f49e
commit f7e7176f88
90 changed files with 8990 additions and 328 deletions
@@ -0,0 +1,10 @@
-- Apply before deploying the native GB32960 alarm consumer/API.
CREATE TABLE IF NOT EXISTS vehicle_native_alarm_state (
vin VARCHAR(64) NOT NULL PRIMARY KEY,
last_event_at DATETIME(3) NOT NULL,
active_event_id VARCHAR(64) NOT NULL DEFAULT ''
);
CREATE TABLE IF NOT EXISTS vehicle_native_alarm_evidence (
event_id VARCHAR(64) NOT NULL PRIMARY KEY,
fields_json JSON NOT NULL
);