We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58368b1 commit f62e7bdCopy full SHA for f62e7bd
cookbooks/db/files/default/monthly-reindex.sql
@@ -14,6 +14,8 @@ REINDEX (VERBOSE) TABLE CONCURRENTLY diary_comments;
14
REINDEX (VERBOSE) TABLE CONCURRENTLY diary_entries;
15
REINDEX (VERBOSE) TABLE CONCURRENTLY diary_entry_subscriptions;
16
REINDEX (VERBOSE) TABLE CONCURRENTLY friends;
17
+REINDEX (VERBOSE) TABLE CONCURRENTLY gpx_files;
18
+REINDEX (VERBOSE) TABLE CONCURRENTLY gpx_file_tags;
19
REINDEX (VERBOSE) TABLE CONCURRENTLY issue_comments;
20
REINDEX (VERBOSE) TABLE CONCURRENTLY issues;
21
REINDEX (VERBOSE) TABLE CONCURRENTLY languages;
0 commit comments