chore: snapshot production code before Apple Design UI refinement
This commit is contained in:
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user