]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/files/default/monthly-reindex.sql
Add gpx_files and gpx_file_tags to monthly reindex
[chef.git] / 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;