mirror of
https://github.com/open-webui/open-webui
synced 2024-12-28 06:42:47 +00:00
fix
This commit is contained in:
parent
db9aef0eaf
commit
38208866b9
@ -54,7 +54,7 @@ def handle_peewee_migration(DATABASE_URL):
|
|||||||
try:
|
try:
|
||||||
# Replace the postgresql:// with postgres:// to handle the peewee migration
|
# Replace the postgresql:// with postgres:// to handle the peewee migration
|
||||||
db = register_connection(DATABASE_URL.replace("postgresql://", "postgres://"))
|
db = register_connection(DATABASE_URL.replace("postgresql://", "postgres://"))
|
||||||
migrate_dir = OPEN_WEBUI_DIR / "apps" / "webui" / "internal" / "migrations"
|
migrate_dir = OPEN_WEBUI_DIR / "internal" / "migrations"
|
||||||
router = Router(db, logger=log, migrate_dir=migrate_dir)
|
router = Router(db, logger=log, migrate_dir=migrate_dir)
|
||||||
router.run()
|
router.run()
|
||||||
db.close()
|
db.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user