Timothy J. Baek hace 6 meses
padre
commit
614f3d5f80
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"