FIX V093: asset_vehicle nemá sloupec notes — migrace failovala a blokovala
All checks were successful
CI and deploy / migration-check (push) Successful in 17s
CI and deploy / deploy (push) Has been skipped

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:
Dusan Vojacek
2026-06-12 13:48:12 +02:00
parent 3d51176819
commit 5ae6b609cc

View File

@@ -5,7 +5,6 @@
update ems.asset_vehicle
set battery_capacity_kwh = 62.5,
default_target_soc_pct = 100,
notes = coalesce(notes, '') || ' [2026-06-12: LFP 62.5 kWh, cíl 100 % (balancování).]'
default_target_soc_pct = 100
where code = 'tesla-my'
and site_id = (select id from ems.site where code = 'home-01');