Timothy J. Baek 7 月之前
父节点
当前提交
614f3d5f80
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      backend/open_webui/config.py

+ 3 - 0
backend/open_webui/config.py

@@ -56,6 +56,9 @@ def run_migrations():
         print(f"Error: {e}")
 
 
+run_migrations()
+
+
 class Config(Base):
     __tablename__ = "config"