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 rollback support to migratedb and update deps #141

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

bcspragu
Copy link
Collaborator

We had the rollback_db script, but had lost migratesqldb rollback at some point down the line, this adds that back.

I also ended up updating some of our deps because:

  1. I noticed that bazel.Runfiles was deprecated
  2. ...so I installed the suggested replacement of github.com/bazelbuild/rules_go/go/runfiles
  3. ...and that caused golang.org/x/tools to update
  4. ...and that caused //:nogo to stop compiling
  5. ...which broke all of our builds

And updating to the latest rules_go and gazelle fixed that, and I updated us to Go 1.21 for good measure as well.

@bcspragu bcspragu marked this pull request as ready for review January 16, 2024 03:12
@bcspragu bcspragu requested a review from gbdubs January 16, 2024 03:12
@bcspragu bcspragu merged commit ae9b78e into main Jan 16, 2024
2 checks passed
@bcspragu bcspragu deleted the brandon/db-and-updates branch January 16, 2024 03:23
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