mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
c68999e128
WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
19 lines
358 B
Ruby
19 lines
358 B
Ruby
class CategorySearchData < ActiveRecord::Base
|
|
include HasSearchData
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: category_search_data
|
|
#
|
|
# category_id :integer not null, primary key
|
|
# search_data :tsvector
|
|
# raw_data :text
|
|
# locale :text
|
|
# version :integer default(0)
|
|
#
|
|
# Indexes
|
|
#
|
|
# idx_search_category (search_data)
|
|
#
|