discourse/app/models/topic_search_data.rb
Sam c68999e128 annotate models
WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
2017-08-16 10:38:11 -04:00

19 lines
370 B
Ruby

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
# version :integer default(0)
#
# Indexes
#
# idx_search_topic (search_data)
#