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

Fix column order in schema file #3533

Merged
merged 1 commit into from
May 29, 2019
Merged

Fix column order in schema file #3533

merged 1 commit into from
May 29, 2019

Conversation

javierm
Copy link
Member

@javierm javierm commented May 24, 2019

Objectives

Use a schema.rb file consistent with the one generated during a fresh installation.

Notes

When introducing Rails 5 and the dashboard, we generated the schema file without dropping the database first. When doing so locally, migrations aren't always executed in order, changing the order of the columns.

@javierm javierm self-assigned this May 24, 2019
@javierm
Copy link
Member Author

javierm commented May 24, 2019

Travis build failed because of issue #3035, not related to this pull request.

When introducing Rails 5 and the dashboard, we generated the schema file
without dropping the database first. When doing so locally, migrations
aren't always executed in order, changing the order of the columns.
@javierm javierm merged commit b1f34c3 into master May 29, 2019
@javierm javierm deleted the regenerate_schema branch May 29, 2019 20:03
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.

None yet

2 participants