Skip to content

Commit

Permalink
Add gpx_files and gpx_file_tags to monthly reindex
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Aug 27, 2023
1 parent 58368b1 commit f62e7bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbooks/db/files/default/monthly-reindex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ REINDEX (VERBOSE) TABLE CONCURRENTLY diary_comments;
REINDEX (VERBOSE) TABLE CONCURRENTLY diary_entries;
REINDEX (VERBOSE) TABLE CONCURRENTLY diary_entry_subscriptions;
REINDEX (VERBOSE) TABLE CONCURRENTLY friends;
REINDEX (VERBOSE) TABLE CONCURRENTLY gpx_files;
REINDEX (VERBOSE) TABLE CONCURRENTLY gpx_file_tags;
REINDEX (VERBOSE) TABLE CONCURRENTLY issue_comments;
REINDEX (VERBOSE) TABLE CONCURRENTLY issues;
REINDEX (VERBOSE) TABLE CONCURRENTLY languages;
Expand Down

0 comments on commit f62e7bd

Please sign in to comment.