mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
(DB fix) don't run apply_db_fixes on startup (#6604)
* fix don't apply_db_fixes on startup * fix remove unused import
This commit is contained in:
parent
305821902d
commit
0fe8cde7c7
3 changed files with 9 additions and 4 deletions
|
@ -4,7 +4,6 @@ python script to pre-create all views required by LiteLLM Proxy Server
|
|||
|
||||
import asyncio
|
||||
import os
|
||||
from update_unassigned_teams import apply_db_fixes
|
||||
|
||||
# Enter your DATABASE_URL here
|
||||
|
||||
|
@ -205,7 +204,6 @@ async def check_view_exists(): # noqa: PLR0915
|
|||
|
||||
print("Last30dTopEndUsersSpend Created!") # noqa
|
||||
|
||||
await apply_db_fixes(db=db)
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue