discourse/db/migrate/20150108211557_index_topic_...

6 lines
126 B
Ruby

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