This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/db/migrate/20150108211557_index_topic_custom_field_values.rb

6 lines
126 B
Ruby

class IndexTopicCustomFieldValues < ActiveRecord::Migration
def change
add_index :topic_custom_fields, :value
end
end