Remove out-of-date / non-core annotations.

This commit is contained in:
Arpit Jalan 2020-09-01 12:40:57 +05:30
parent e66eefe179
commit bb2e830010
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ end
#
# 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)
#

View File

@ -17,6 +17,5 @@ end
#
# 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)
#