fix postgre upgrade (#7230)

Co-authored-by: caishunfeng <534328519@qq.com>
This commit is contained in:
wind 2021-12-07 14:19:32 +08:00 committed by GitHub
parent 4743e8f891
commit 9d65bf1452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -316,4 +316,6 @@ BEGIN
END;
$BODY$;
select dolphin_update_metadata();
d//

View File

@ -37,4 +37,7 @@ BEGIN
return SQLERRM;
END;
$BODY$;
select dolphin_update_metadata();
d//