2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/models/topic_search_data.rb

19 lines
375 B
Ruby
Raw Normal View History

class TopicSearchData < ActiveRecord::Base
include HasSearchData
end
# == Schema Information
#
# Table name: topic_search_data
#
# topic_id :integer not null, primary key
# raw_data :text
# locale :string not null
# search_data :tsvector
# core_version :integer default(0)
#
# Indexes
#
# idx_search_topic (search_data)
#