refactor-control-monolith #5
@@ -1,7 +1,10 @@
|
||||
-- sloty pro LP: ceny, forecast, baseline, EV připojení + masky allow_charge / allow_discharge_export
|
||||
-- DROP: změna RETURNS TABLE (nové sloupce) — CREATE OR REPLACE na rozdílný row type v PG neprojde.
|
||||
-- Musí být plná signatura (pg_proc ukládá int jako integer); DROP bez () funkci se směrem nemaže.
|
||||
|
||||
drop function if exists ems.fn_load_planning_slots_full;
|
||||
drop function if exists ems.fn_load_planning_slots_full(
|
||||
integer, timestamp with time zone, timestamp with time zone, numeric
|
||||
);
|
||||
|
||||
create or replace function ems.fn_load_planning_slots_full(
|
||||
p_site_id int,
|
||||
|
||||
Reference in New Issue
Block a user