mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 00:10:42 +08:00
annotate stuff
This commit is contained in:
parent
1ea5205022
commit
b3fd091379
@ -1,3 +1,18 @@
|
||||
class TagSearchData < ActiveRecord::Base
|
||||
include HasSearchData
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: tag_search_data
|
||||
#
|
||||
# tag_id :integer not null, primary key
|
||||
# search_data :tsvector
|
||||
# raw_data :text
|
||||
# locale :text
|
||||
# version :integer default(0)
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# idx_search_tag (search_data)
|
||||
#
|
||||
|
@ -1309,6 +1309,7 @@ end
|
||||
#
|
||||
# idx_topics_front_page (deleted_at,visible,archetype,category_id,id)
|
||||
# idx_topics_user_id_deleted_at (user_id)
|
||||
# idxtopicslug (slug)
|
||||
# index_topics_on_bumped_at (bumped_at)
|
||||
# index_topics_on_created_at_and_visible (created_at,visible)
|
||||
# index_topics_on_id_and_deleted_at (id,deleted_at)
|
||||
|
Loading…
x
Reference in New Issue
Block a user