feat: build vehicle data platform and production pipeline
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Add authoritative vehicle master-data dimensions to alert rule scope.
|
||||
ALTER TABLE vehicle_alert_rule
|
||||
ADD COLUMN scope_models_json TEXT NULL AFTER scope_oems_json;
|
||||
|
||||
ALTER TABLE vehicle_alert_rule
|
||||
ADD COLUMN scope_companies_json TEXT NULL AFTER scope_models_json;
|
||||
Reference in New Issue
Block a user