Timothy J. Baek 6 months ago
parent
commit
614f3d5f80
1 changed files with 3 additions and 0 deletions
  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}")
         print(f"Error: {e}")
 
 
 
 
+run_migrations()
+
+
 class Config(Base):
 class Config(Base):
     __tablename__ = "config"
     __tablename__ = "config"