1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
discourse/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