Replies: 1 comment
-
Same here, I also encountered this. Actually for me none of the tables are there in database |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently working on a FastAPI application that uses Prisma for database management. The application runs fine, and Prisma connects without any issues. However, when I run the following command to start LiteLLM:
I encounter an error related to Prisma, specifically:
This error seems to be related to Prisma trying to access or drop certain tables. After encountering this error, I noticed that some tables in my database were actually deleted, which was unexpected. I didn’t perform any manual database migrations, and all I did was run the LiteLLM command above.
My questions are:
Any help or insights would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions