]> git.openstreetmap.org Git - chef.git/commitdiff
Add gpx_files and gpx_file_tags to monthly reindex
authorTom Hughes <tom@compton.nu>
Sun, 27 Aug 2023 18:22:29 +0000 (19:22 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 27 Aug 2023 18:22:29 +0000 (19:22 +0100)
cookbooks/db/files/default/monthly-reindex.sql

index fc9bc7675b123ef1773b00ac4400da1d168a211f..5ec960715d4bfa859b0dd1c8f11ec079c25ec4f1 100644 (file)
@@ -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;