mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
Support indexing on values in custom fields to help with tagging plugin.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class IndexTopicCustomFieldValues < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :topic_custom_fields, :value
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user