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

fix: remove deprecated prisma.connect from template #62

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

cball
Copy link
Member

@cball cball commented Sep 29, 2020

This moves to the non-deprecated prisma.$connect method. Like mentioned in #57, disconnect is already taken care of so this should be good to go in the next release.

Changes

  • prisma.connect -> prisma.$connect

Screenshots

n/a

Checklist

  • Requires dependency update?
  • Generating a new app works

Fixes #57

Merge #60 first

@cball cball requested a review from a team September 29, 2020 22:27
Copy link
Contributor

@alvincrespo alvincrespo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@cball cball merged commit 4bcca65 into main Sep 30, 2020
@cball cball deleted the 57-prisma-disconnect branch September 30, 2020 13:52
@github-actions
Copy link

🎉 This PR is included in version 1.6.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Issue has been included in a PR label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been included in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] prisma.disconnect -> prisma.$disconnect from generated bison app.
2 participants