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

Dumps the schema or structure of a database when calling db:migrate:name #38586

Merged
merged 1 commit into from Feb 27, 2020
Merged

Dumps the schema or structure of a database when calling db:migrate:name #38586

merged 1 commit into from Feb 27, 2020

Conversation

kylekthompson
Copy link
Contributor

@kylekthompson kylekthompson commented Feb 27, 2020

Summary

In previous versions of Rails, rails db:migrate would dump the schema of the database. In Rails 6, that holds true (rails db:migrate dumps all databases' schemas), but rails db:migrate:name does not share that behavior.

Going forward, this change would have calls to rails db:migrate:name dump the schema (or structure) of the database being migrated (builds on the work in #38449)

@kylekthompson
Copy link
Contributor Author

Force pushed to trigger a build. Buildkite didn't seem to pick up the initial commit.

@eileencodes
Copy link
Member

Can you rebase this? I think your last PR conflicts with this one.

@kylekthompson
Copy link
Contributor Author

Yep, will do 👍

@kylekthompson
Copy link
Contributor Author

Can you rebase this? I think your last PR conflicts with this one.

Rebased and the build is green ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants