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

Add destroyColumn, renameColumn, and destroyTable migration steps #1799

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

skam22
Copy link

@skam22 skam22 commented May 26, 2024

This PR implements most of the outstanding code changes from

#1671 and #1654.

In addition to resolving those conflicts it has a few minor syntactic / grammatical fixes to match the existing migration approaches.

@skam22 skam22 changed the title Add destroyColumn and renameColumn migration steps Add destroyColumn, renameColumn, and destroyTable migration steps May 26, 2024
@skam22
Copy link
Author

skam22 commented May 26, 2024

added destroy table migration step as well

@radex
Copy link
Collaborator

radex commented Jun 13, 2024

@skam22 Thank you for your contribution! I'm seeing some issues, and I'd like to have this feature finished and shipped, so I took the liberty to add more commits to your PR. Thanks!

@skam22
Copy link
Author

skam22 commented Jun 13, 2024

ok let me know if you need help with anything.

@KrisLau
Copy link
Contributor

KrisLau commented Jun 13, 2024

Somewhat related to this PR but it would be nice to be able to reset the entire db (schema, lastPulledAt and all) during/instead of migrations as well so that the backend can be the main source of data and migrations can be simplified for apps that don't require the full offline functionality. I created an issue to ask about it awhile back: #1609

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

3 participants