fix reload pv on dashboard
Some checks failed
CI and deploy / migration-check (push) Failing after 15s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-27 18:39:13 +02:00
parent 16fc6a065e
commit e4d4fee24d
3 changed files with 45 additions and 56 deletions

View File

@@ -0,0 +1,8 @@
-- =============================================================
-- V067__asset_heat_pump_site_index.sql
-- Zrychlení filtrování asset_heat_pump podle site_id (PostgREST).
-- =============================================================
create index if not exists idx_asset_heat_pump_site
on ems.asset_heat_pump (site_id);