mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	fix
This commit is contained in:
		
							parent
							
								
									1fce466253
								
							
						
					
					
						commit
						633607a5c2
					
				@ -31,7 +31,9 @@ else:
 | 
			
		||||
DB = connect(DATABASE_URL)
 | 
			
		||||
log.info(f"Connected to a {DB.__class__.__name__} database.")
 | 
			
		||||
router = Router(
 | 
			
		||||
    DB, migrate_dir=BACKEND_DIR / "apps" / "web" / "internal" / "migrations", logger=log
 | 
			
		||||
    DB,
 | 
			
		||||
    migrate_dir=BACKEND_DIR / "apps" / "webui" / "internal" / "migrations",
 | 
			
		||||
    logger=log,
 | 
			
		||||
)
 | 
			
		||||
router.run()
 | 
			
		||||
DB.connect(reuse_if_open=True)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user