diff --git a/cookbooks/db/files/default/monthly-reindex.sql b/cookbooks/db/files/default/monthly-reindex.sql index fc9bc7675..5ec960715 100644 --- a/cookbooks/db/files/default/monthly-reindex.sql +++ b/cookbooks/db/files/default/monthly-reindex.sql @@ -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;