1
0
Timothy J. Baek 7 сар өмнө
parent
commit
614f3d5f80

+ 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"