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

Remind about statement breakpoints when mentioning manual sqlite migrations #2871

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brettimus
Copy link

Inspired by #1968 (and my own experience, and the experience of my colleague @stephlow)

This PR updates an error message that happens for sqlite databases when you attempt to rename a column.

The message encourages you to write a manual migration, but this can prove tricky for sqlite users because you MUST remember to include statement breakpoints in your migration.

The error message now contains a link to the originating issue as well as a reminder to use statement breakpoints. May this help the future generations.

In short: This PR is for our children's children.

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.

1 participant