You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a good reason. It was an experimental command, but if there's enough demand, I'm happy to make it part of the stable API. Just need to fix a minor bug.
I've built a custom goose binary for embedding Go migrations.
When running my binary and running the validate command, I get an error claiming that validate does not exist.
My code depends on [email protected], and when looking at goose.go, the validate function indeed does not exist, as seen here
https://github.com/pressly/goose/blob/master/goose.go#L67
The text was updated successfully, but these errors were encountered: