We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been using a fork of this package (see #140) to use --include-missing flag. https://github.com/elijahcarrel/goose/ This is probably same as #63 (comment)
With regards to https://github.com/pressly/goose#hybrid-versioning I'd like to clarify why this doesn't fit my needs:
joe branch:
migrations/2018-09-15-12:00:00_joe_1.sql migrations/2018-10-10-12:00:00_joe_2.sql
alice branch:
migrations/2018-10-01-12:00:00_alice_1.sql migrations/2018-10-18-12:00:00_alice_2.sql
Joe's branch get merged into master branch first: master branch:
+migrations/2018-09-15-12:00:00_joe_1.sql +migrations/2018-10-10-12:00:00_joe_2.sql
Alice rebased her branch to master and has:
migrations/2018-09-15-12:00:00_joe_1.sql migrations/2018-10-01-12:00:00_alice_1.sql migrations/2018-10-10-12:00:00_joe_2.sql migrations/2018-10-18-12:00:00_alice_2.sql
Alice tries to run goose up on her own dev instance, but cannot apply joe's migrations without --including-missing flag.
While the down flag might be used to undo Alice's migrations,
The text was updated successfully, but these errors were encountered:
owner is unresponsive so assuming no interest, closing.
Sorry, something went wrong.
Out of order migrations have been added in #280
No branches or pull requests
I've been using a fork of this package (see #140) to use --include-missing flag. https://github.com/elijahcarrel/goose/
This is probably same as #63 (comment)
With regards to
https://github.com/pressly/goose#hybrid-versioning
I'd like to clarify why this doesn't fit my needs:
joe branch:
alice branch:
Joe's branch get merged into master branch first:
master branch:
Alice rebased her branch to master and has:
Alice tries to run goose up on her own dev instance, but cannot apply joe's migrations without --including-missing flag.
While the down flag might be used to undo Alice's migrations,
The text was updated successfully, but these errors were encountered: