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
Hookup doesn't seem to resolve conflicts in structure.sql by rollbacking/migrating when doing a rebase. Steps to reproduce:
config.active_record.schema_format = :sql
So far so good, now either:
or
doesn't seem to trigger Hookup in any way. A conflict in structure.sql is detected and the merge/rebase halts.
Am I missing something? Using git version 2.3.6, ruby 2.2.2 and rails 4.2.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hookup doesn't seem to resolve conflicts in structure.sql by rollbacking/migrating when doing a rebase. Steps to reproduce:
config.active_record.schema_format = :sql
to application.rbSo far so good, now either:
or
doesn't seem to trigger Hookup in any way. A conflict in structure.sql is detected and the merge/rebase halts.
Am I missing something? Using git version 2.3.6, ruby 2.2.2 and rails 4.2.1.
The text was updated successfully, but these errors were encountered: