mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix
This commit is contained in:
parent
46328333c7
commit
614f3d5f80
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ def run_migrations():
|
|||
print(f"Error: {e}")
|
||||
|
||||
|
||||
run_migrations()
|
||||
|
||||
|
||||
class Config(Base):
|
||||
__tablename__ = "config"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue