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

Upgrade to Prisma-2.0.0-beta.4 #525

Merged
merged 1 commit into from
May 10, 2020
Merged

Conversation

thedavidprice
Copy link
Contributor

Prisma release notes: https://github.com/prisma/prisma/releases/tag/2.0.0-beta.4

  • Support for JSON types unknown if JSON will work with RW, but experiment in progress here https://community.redwoodjs.com/t/jsonb-support-from-prisma-2-0-0-beta4/508/5
  • Support for Yarn workspaces I'm not sure this applies to RW's setup. In any event, a simple test running yarn prisma generate from root failed. This likely has more to do with installation than CLI.
  • Prisma Studio tests running yarn prisma studio --experimental failed. It does not seem studio supports the use of env(...) in the schema. Nor supports workspaces (running from api/ couldn't find client in root 'node_modules/.prisma/'

Passing manual tests locally:

  • yarn rw db save
  • yarn rw db up
  • yarn rw dev
  • DB migration file compatibility from beta.3 to beta.4
  • CRUD query/mutations for tutorial blog posts
    ⚠️ I have not yet tested deploy. To do before a new release.

@thedavidprice thedavidprice added this to the next release milestone May 10, 2020
@thedavidprice thedavidprice merged commit bcfb26a into master May 10, 2020
@thedavidprice thedavidprice deleted the dsp-upgrade-prisma-beta-4 branch May 10, 2020 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant