fix recreate function fn_expire_modes
This commit is contained in:
@@ -101,6 +101,8 @@ Pokud předchozí režim neexistuje, přepne na AUTO. Používat po skončení d
|
|||||||
|
|
||||||
-- ============================================================
|
-- ============================================================
|
||||||
|
|
||||||
|
drop function if exists ems.fn_expire_modes();
|
||||||
|
|
||||||
CREATE OR REPLACE FUNCTION ems.fn_expire_modes()
|
CREATE OR REPLACE FUNCTION ems.fn_expire_modes()
|
||||||
RETURNS TABLE(site_id INT, site_code TEXT, old_mode TEXT, new_mode TEXT)
|
RETURNS TABLE(site_id INT, site_code TEXT, old_mode TEXT, new_mode TEXT)
|
||||||
LANGUAGE plpgsql
|
LANGUAGE plpgsql
|
||||||
|
|||||||
Reference in New Issue
Block a user