#33074 [Bug]: LiteLLM v1.92 budget_fallbacks issue
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
After updating to version v1.92 I ran into a critical issue with a missing `budget_fallbacks` column, which caused fatal issues (no login to Admin UI possible, no API usage possible)
``` litellm [92m14:19:38 - LiteLLM Proxy:ERROR[0m: utils.py:5783 - Exception: The column `LiteLLM_VerificationToken.budget_fallbacks` does not exist in the current database. litellm prisma.errors.DataError: The column `LiteLLM_VerificationToken.budget_fallbacks` does not exist in the current database. ```
I assume this migration must have failed? https://github.com/BerriAI/litellm/pull/31783/changes#diff-dea8462b04204dbc34dcf13d9a4591a617cdfbf74055482d035e94aeadd1319a
### Steps to Reproduce
1. Upgrade to latest LiteLLM version (as of writing 1.92) 2. Wait 3. Test requests against liteLLM with a key
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
_No response_
### What LiteLLM version are you on ?
1.91.3 (after rollback)
### Twitter / LinkedIn details
_No response_