Support indexing on values in custom fields to help with tagging plugin.
This commit is contained in:
parent
7f3e343cd4
commit
6b602d48b9
|
@ -0,0 +1,5 @@
|
||||||
|
class IndexTopicCustomFieldValues < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_index :topic_custom_fields, :value
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue