fix reload pv on dashboard
This commit is contained in:
8
db/migration/V067__asset_heat_pump_site_index.sql
Normal file
8
db/migration/V067__asset_heat_pump_site_index.sql
Normal 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);
|
||||
|
||||
Reference in New Issue
Block a user