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"