Update annotations to show 'using' clause on indexes

This commit is contained in:
Andy Allan 2019-05-29 12:02:50 +02:00
parent 4377e2bd55
commit 8ae8768cd3
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
#
# Indexes
#
# changesets_bbox_idx (min_lat,max_lat,min_lon,max_lon)
# changesets_bbox_idx (min_lat,max_lat,min_lon,max_lon) USING gist
# changesets_closed_at_idx (closed_at)
# changesets_created_at_idx (created_at)
# changesets_user_id_created_at_idx (user_id,created_at)

View file

@ -13,7 +13,7 @@
#
# Indexes
#
# index_note_comments_on_body (to_tsvector('english'::regconfig, body))
# index_note_comments_on_body (to_tsvector('english'::regconfig, body)) USING gin
# index_note_comments_on_created_at (created_at)
# note_comments_note_id_idx (note_id)
#