mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
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…
x
Reference in New Issue
Block a user