Timothy J. Baek 7 mesi fa
parent
commit
614f3d5f80
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"