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

fix sqlite build by adding the required migration #25

Merged
merged 2 commits into from
Jun 29, 2024

Conversation

ulucs
Copy link
Contributor

@ulucs ulucs commented Apr 25, 2024

cargo test -F sqlite was failing due to the code referencing a non-existing directory examples/blog/migration, so this PR adds the migration that is needed by that example

@poliorcetics
Copy link
Contributor

Usually there is a 'down' migration too that deletes the tables

@cdbrkfxrpt cdbrkfxrpt force-pushed the ulucs/fix-sqlite-build branch from cf98965 to ac3b45f Compare June 29, 2024 11:45
@cdbrkfxrpt cdbrkfxrpt merged commit 51700e2 into main Jun 29, 2024
3 of 4 checks passed
@cdbrkfxrpt cdbrkfxrpt deleted the ulucs/fix-sqlite-build branch June 29, 2024 11:48
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.

3 participants