Bug in plpgsql function : upgrade_repo
This commit is contained in:
parent
f0a057f2e8
commit
6b92355496
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ begin
|
|||
if is_mono = 1 then
|
||||
update repo_version set val=p_version;
|
||||
else
|
||||
update repo_version set val=p_version;
|
||||
update version set val=p_version;
|
||||
end if;
|
||||
end;
|
||||
$function$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue