Hi. I tried upgrading to 1.31 today. Went fine on ...
# orm-help
j
Hi. I tried upgrading to 1.31 today. Went fine on my main project. But on a side project where i only wanna read data, i try to use
prisma introspect
but the result i get in that project is different? like i only get 62 files instead of 78 in the main project and the relations are wrong. How is that possible? am i lacking a dependency in the side project? I introspect a local mysql instance and use a globally installed prisma version 1.31 so those things should not have an impact Ive tried in 2 side projects and both generate a file different from the main project
h
Are you trying to introspect the same MySQL instance? If yes, then it is a bug, please open a new GitHub issue here: https://github.com/prisma/prisma/issues/new?template=bug_report.md Please share the structure of your MySQL database as well in the issue.