Skip to content
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

Merged
merged 230 commits into from
Apr 12, 2024

Conversation

andrew-bierman
Copy link
Owner

@andrew-bierman andrew-bierman commented Dec 17, 2023

WIP : 🚧 ( Services and related Controllers )

  • TEST All the endpoints and make necessary changes while testing

andrew-bierman and others added 30 commits November 1, 2023 20:22
…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.
…o-prisma-models

Replace Mongoose virtuals, statics and object methods
Copy link

render bot commented Apr 10, 2024

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
Copy link

render bot commented Apr 10, 2024

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.

Copy link

render bot commented Apr 10, 2024

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.

Copy link

render bot commented Apr 11, 2024

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.

Copy link

render bot commented Apr 11, 2024

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.

Copy link

render bot commented Apr 11, 2024

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.

Copy link

render bot commented Apr 12, 2024

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.

Copy link

render bot commented Apr 12, 2024

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.

@andrew-bierman andrew-bierman merged commit aecac7c into andrew_testing Apr 12, 2024
40 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants