#28162 [Bug]: migrations don't create some views
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
referencing #18733
After running migrations with admin credentials, litellm proxy fails to start the server without error since it is trying to create additional views.
see https://github.com/BerriAI/litellm/blob/litellm_internal_staging/litellm/proxy/db/create_views.py
That script should by invoked by the migration flow kicked of via litellim-migrations docker container.
Are these views changing after each startup ?
If not why not having them inside migrations, currently i have to give the app user create view permissions.
### Steps to Reproduce
1. 2. 3.
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
_No response_
### What LiteLLM version are you on ?
latest
### Twitter / LinkedIn details
_No response_