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 DB migration #145

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Fix DB migration #145

merged 1 commit into from
Jan 18, 2024

Conversation

bcspragu
Copy link
Collaborator

testpgx handled this for us before, but I forgot that migrate.Up() returns an ErrNoChange error when there's no migrations to apply, which is annoying and causes :run_db to fail

`testpgx` handled this for us before, but I forgot that `migrate.Up()` returns an `ErrNoChange` error when there's no migrations to apply, which is annoying and causes `:run_db` to fail
@bcspragu bcspragu merged commit 1f55fc7 into main Jan 18, 2024
2 checks passed
@bcspragu bcspragu deleted the brandon/fix-db-migrate branch January 18, 2024 03:42
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.

2 participants