mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 12:48:46 +08:00
fix postgre upgrade (#7230)
Co-authored-by: caishunfeng <534328519@qq.com>
This commit is contained in:
parent
4743e8f891
commit
9d65bf1452
@ -316,4 +316,6 @@ BEGIN
|
||||
END;
|
||||
$BODY$;
|
||||
|
||||
select dolphin_update_metadata();
|
||||
|
||||
d//
|
||||
|
@ -37,4 +37,7 @@ BEGIN
|
||||
return SQLERRM;
|
||||
END;
|
||||
$BODY$;
|
||||
|
||||
select dolphin_update_metadata();
|
||||
|
||||
d//
|
Loading…
Reference in New Issue
Block a user