Fix local price fetching

This commit is contained in:
2026-09-08 15:55:35 +02:00
parent e088d67308
commit fc071af990
6 changed files with 88 additions and 6 deletions
@@ -0,0 +1,2 @@
CREATE UNIQUE INDEX IF NOT EXISTS idx_day_ahead_prices_time_dk_area
ON day_ahead_prices (time_dk, price_area);