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

Fixes #24751 - Missing reset_column_information from rails_5.2 branch #7663

Merged
merged 1 commit into from
Aug 30, 2018
Merged

Fixes #24751 - Missing reset_column_information from rails_5.2 branch #7663

merged 1 commit into from
Aug 30, 2018

Conversation

ik5
Copy link
Contributor

@ik5 ik5 commented Aug 30, 2018

No description provided.

@theforeman-bot
Copy link

Issues: #24751

@theforeman-bot
Copy link

There were the following issues with the commit message:

  • length of the first commit message line for 2f79a8e exceeds 65 characters
  • commit message for 2f79a8e is not wrapped at 72nd column

If you don't have a ticket number, please create an issue in Redmine.

More guidelines are available in Coding Standards or on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

@theforeman-bot
Copy link

There were the following issues with the commit message:

  • length of the first commit message line for 85984cf exceeds 65 characters

If you don't have a ticket number, please create an issue in Redmine.

More guidelines are available in Coding Standards or on the Foreman wiki.


This message was auto-generated by Foreman's prprocessor

@ik5 ik5 changed the title Fixes #24751 - Missing reset_column_information after rebasing from rails_5.2 branch Fixes #24751 - Missing reset_column_information from rails_5.2 branch Aug 30, 2018
@ik5 ik5 mentioned this pull request Aug 30, 2018
@@ -60,6 +60,7 @@ def down
add_foreign_key "katello_subscription_products", "katello_products",
:name => "katello_subscription_products_product_id_fk", :column => "product_id"

FakeSubscription.reset_column_information
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also be in the up migration

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opss you are right, fixed that, sorry

Copy link
Member

@tbrisker tbrisker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, migrations pass with this change against the core 5.2 branch.

@ehelms ehelms merged commit 84d9f88 into Katello:master Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants