fix bug in upgrade171.sql

This commit is contained in:
sparkyx 2021-12-02 17:58:18 +01:00
parent 4d661f1924
commit 20570c87ff
2 changed files with 50 additions and 0 deletions

View file

@ -20,6 +20,7 @@ begin
end;
$function$
language plpgsql;
select upgrade_repo(15);
commit;