Skip to content
Snippets Groups Projects
Commit 5653dac5 authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FIX #19580 TIME 0 fix sql function typo

parent 5ebf2bec
No related branches found
No related tags found
No related merge requests found
......@@ -1570,7 +1570,7 @@ $$ LANGUAGE plpgsql;
DROP FUNCTION IF EXISTS reset_chronos;
-- Create a sequence for chronos and update value in parameters table
CREATE OR REPLACE FUNCTION public.increase_chrono(chrono_seq_name text, chrono_id_name text) returns table (chrono_id bigint) as $$
CREATE OR REPLACE FUNCTION public.reset_chronos(chrono_seq_name text, chrono_id_name text) returns table (chrono_id bigint) as $$
DECLARE
retval bigint;
BEGIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment