Skip to content

Commit

Permalink
Remove out-of-date / non-core annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjalan committed Sep 1, 2020
1 parent e66eefe commit bb2e830
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/post_search_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class PostSearchData < ActiveRecord::Base
#
# Indexes
#
# idx_regular_post_search_data (search_data) WHERE (NOT private_message) USING gin
# idx_search_post (search_data) USING gin
# index_post_search_data_on_post_id_and_version_and_locale (post_id,version,locale)
#
1 change: 0 additions & 1 deletion app/models/user_custom_field.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ class UserCustomField < ActiveRecord::Base
#
# Indexes
#
# idx_user_custom_fields_on_holiday (name,user_id) UNIQUE WHERE ((name)::text = 'on_holiday'::text)
# index_user_custom_fields_on_user_id_and_name (user_id,name)
#

0 comments on commit bb2e830

Please sign in to comment.