diff --git a/app/models/tag_search_data.rb b/app/models/tag_search_data.rb index 998ddffc45f..d853da634b1 100644 --- a/app/models/tag_search_data.rb +++ b/app/models/tag_search_data.rb @@ -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) +# diff --git a/app/models/topic.rb b/app/models/topic.rb index 8dbf4be70a8..39dca92df6b 100644 --- a/app/models/topic.rb +++ b/app/models/topic.rb @@ -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)