From f62e7bd6a79d3ce90c1f1d503f4ff51e4543b27d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 27 Aug 2023 19:22:29 +0100 Subject: [PATCH] Add gpx_files and gpx_file_tags to monthly reindex --- cookbooks/db/files/default/monthly-reindex.sql | 2 ++ 1 file changed, 2 insertions(+) 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;