FIX V093: asset_vehicle nemá sloupec notes — migrace failovala a blokovala
všechny deploye od ~13:40 (R__082 OTE fix, V094, bot fallback ve frontě). V093 nebyla aplikována (transakční rollback) — úprava failed migrace je legitimní (immutability platí pro APLIKOVANÉ); na serveru nutný jednorázový 'flyway repair' (smaže failed záznam z historie). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
update ems.asset_vehicle
|
update ems.asset_vehicle
|
||||||
set battery_capacity_kwh = 62.5,
|
set battery_capacity_kwh = 62.5,
|
||||||
default_target_soc_pct = 100,
|
default_target_soc_pct = 100
|
||||||
notes = coalesce(notes, '') || ' [2026-06-12: LFP 62.5 kWh, cíl 100 % (balancování).]'
|
|
||||||
where code = 'tesla-my'
|
where code = 'tesla-my'
|
||||||
and site_id = (select id from ems.site where code = 'home-01');
|
and site_id = (select id from ems.site where code = 'home-01');
|
||||||
|
|||||||
Reference in New Issue
Block a user