-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Alternative approach for findSchemaChanges #4235
Conversation
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @JoviDeCroock, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
6d72220
to
d4a1114
Compare
Converting to draft so I can add |
afcd663
to
d775140
Compare
d775140
to
0670f3d
Compare
0670f3d
to
4c059f6
Compare
I do not use this method and have no particular opinion on it, so (due to lack of time) I'm going to decline to review it. Perhaps you can find someone who relies on this functionality to review it - maybe The Guild could help here? |
Alternative to #2181
This adds a new
findSchemaChanges
export and deprecates the breaking and dangerous alternative to be removed in v18. While adding safe-schema-changes I noticed that we lack directive arg validation here, we should probably add these to breaking/dangerous changes in the future.