From: Tom Hughes Date: Sun, 27 Aug 2023 18:22:29 +0000 (+0100) Subject: Add gpx_files and gpx_file_tags to monthly reindex X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f62e7bd6a79d3ce90c1f1d503f4ff51e4543b27d Add gpx_files and gpx_file_tags to monthly reindex --- 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;