Skip to content

[Rails5] Add missing `:comment` attribute

Jan Provaznik requested to merge jprovazn-rails5-opclasses into master

What does this MR do?

Adds missing :comment attribute to the IndexDefinition class.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

In Rails 5 IndexDefinition contains also :comment attribute.

With Rails 5.2 we can get rid of this backport (as this is already merged in newer versions).

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #47650 (closed)

Edited by Yorick Peterse

Merge request reports