fix prices reloading
This commit is contained in:
8
db/migration/V066__site_market_config_validity_index.sql
Normal file
8
db/migration/V066__site_market_config_validity_index.sql
Normal 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);
|
||||
|
||||
Reference in New Issue
Block a user