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

Enhancements/migration logic #7

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rahuldhole
Copy link
Owner

@rahuldhole rahuldhole commented May 27, 2024

  • Convert class into abstract Migration class and create abstract migrate() method
  • When the request.onupgradeneeded throws an error then the version is upgraded but migrations/createTables are not applied.
    • Upgrade in transaction on previous version first
  • Add schema and migration validation

@rahuldhole rahuldhole added bug Something isn't working enhancement New feature or request labels May 27, 2024
@rahuldhole rahuldhole self-assigned this May 27, 2024
@rahuldhole rahuldhole marked this pull request as draft May 27, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant