-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/drizzle-integration-with-hono #508
Feat/drizzle-integration-with-hono #508
Conversation
…11 embedded documents and wrote them into prisma/schema.prisma in 1.92s *** WARNING *** The following fields point to nested objects without any data: - Model: "users", field: "packs" - Model: "users", field: "trips" Could not determine the types for the following fields: - Model: "itemcategories", field: "location" - Model: "items", field: "location" - Model: "packs", field: "coordinates" - Model: "templates", field: "geojsonField" - Model: "templates", field: "location" - Model: "users", field: "code" - Model: "users", field: "location" Could not determine the types for the following fields: - Composite type: "UsersPacks", field: "geometry" - Composite type: "UsersTrips", field: "geometry" The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type: - Model: "items", field: "category", original data type: "Json" - Model: "items", field: "packs", original data type: "Json" - Model: "items", field: "weight", original data type: "Json" - Model: "packs", field: "owners", original data type: "Json" - Model: "trips", field: "geojson", original data type: "Json" The following fields had data stored in multiple types. Either use Json or normalize data to the wanted type: - Composite type: "GeojsonsGeometry", field: "coordinates", chosen data type: "Json" - Composite type: "PacksScores", field: "essentialItemsScore", chosen data type: "Json" - Composite type: "PacksScores", field: "redundancyAndVersatilityScore", chosen data type: "Json" Run prisma generate to generate Prisma Client.
Mongoose-to-prisma-clone
…lds-to-prisma-models
…o-prisma-models Replace Mongoose virtuals, statics and object methods
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
1 similar comment
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
…w-bierman/PackRat into fix/fix-validations
Fix/fix validations
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
…e-integration-with-hono
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
A deploy for your Render PR Server at https://packrat-dev-pr-508.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/web/srv-cm5g9uud3nmc73frvnjg. |
WIP : 🚧 ( Services and related Controllers )