fix prices reloading
Some checks failed
CI and deploy / migration-check (push) Failing after 9s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-27 18:42:06 +02:00
parent e4d4fee24d
commit 5b94f8baec
3 changed files with 28 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
-- ============================================================
-- Site market config: urychlení lookupu platné konfigurace
-- (vw_site_effective_price, fn_effective_*_price)
-- ============================================================
create index if not exists idx_site_market_config_site_valid_from
on ems.site_market_config (site_id, valid_from desc);