feat: 推广 V3.5 实时氢耗并完善导出
This commit is contained in:
@@ -59,6 +59,7 @@ test -x "$root/current/deploy/import-source-providers.py"
|
||||
test -f "$root/current/deploy/migrations/017_reconciliation_center.sql"
|
||||
test -f "$root/current/deploy/migrations/036_alert_rule_archive.sql"
|
||||
test -f "$root/current/deploy/migrations/038_daily_pure_hydrogen_mileage.sql"
|
||||
test -f "$root/current/deploy/migrations/044_hydrogen_v35_realtime.sql"
|
||||
test -f "$root/current/deploy/systemd/lingniu-vehicle-reconciliation-evaluator.timer"
|
||||
test ! -e "$root/current/lingniu-vehicle-platform.service"
|
||||
test "$(find "$root/releases" -mindepth 1 -maxdepth 1 -type d | wc -l | tr -d ' ')" = 3
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE vehicle_open_hydrogen_segment_stream_state
|
||||
MODIFY COLUMN calculation_method VARCHAR(80) NOT NULL
|
||||
DEFAULT 'PRESSURE_NIST_VALID_BOUNDARY_CHARGE_CYCLE_V3_5';
|
||||
|
||||
ALTER TABLE vehicle_open_daily_energy
|
||||
ADD COLUMN calculation_phase VARCHAR(16) NOT NULL DEFAULT 'FINAL' AFTER algorithm_version;
|
||||
Reference in New Issue
Block a user