annotate stuff

This commit is contained in:
Sam 2017-08-29 10:48:22 -04:00
parent 1ea5205022
commit b3fd091379
2 changed files with 16 additions and 0 deletions

View File

@ -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)
#

View File

@ -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)