Fix issue upgrade178.sql and upgrade179.sql

This commit is contained in:
sparkyx 2022-09-17 15:22:52 +02:00
parent f1d3862e17
commit 4e87d72e88
2 changed files with 36 additions and 37 deletions

View file

@ -70,8 +70,7 @@ begin
return sResult;
end;
$function$
LANGUAGE plpgsql
;
LANGUAGE plpgsql ;
insert into version (val,v_description) values (180,'Shorten Aphanumeric account');
commit;
commit;