From 82abb76c5ed89b844119507f67a3ed4e7fb1c797 Mon Sep 17 00:00:00 2001 From: FamousMai <906631095@qq.com> Date: Sat, 19 Apr 2025 17:14:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8A=A0=E4=B8=8A=E4=BA=8C?= =?UTF-8?q?=E5=BC=80=E8=BF=81=E7=A7=BB=E5=91=BD=E4=BB=A4=E7=9A=84=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/docker/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/docker/entrypoint.sh b/api/docker/entrypoint.sh index 9eda9c9b0..e823434f3 100755 --- a/api/docker/entrypoint.sh +++ b/api/docker/entrypoint.sh @@ -5,6 +5,8 @@ set -e if [[ "${MIGRATION_ENABLED}" == "true" ]]; then echo "Running migrations" flask upgrade-db + echo "Running migrations(dify_plus extend)" + flask extend_db upgrade fi if [[ "${MODE}" == "worker" ]]; then