Skip to content

Update install guides migration example #68

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

Merged
merged 2 commits into from
Aug 24, 2024
Merged

Conversation

odarriba
Copy link
Contributor

As it may be seen in Oban it is recommended to set up hard version on the initial migration, so we can ensure the ErrorTracker database matches the same schema over time.

This is important because other migrations may use our schema and if we do not specify it we may end up with the latest schema update (version 10 for example) when the next migration was expecting version 2.

@odarriba odarriba added the documentation Improvements or additions to documentation label Aug 24, 2024
@odarriba odarriba requested a review from crbelaus August 24, 2024 13:50
@odarriba odarriba self-assigned this Aug 24, 2024
@crbelaus crbelaus merged commit 0731f89 into main Aug 24, 2024
@crbelaus crbelaus deleted the update-install-guides branch August 24, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants