Skip to content

Commit f62e7bd

Browse files
committed
Add gpx_files and gpx_file_tags to monthly reindex
1 parent 58368b1 commit f62e7bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbooks/db/files/default/monthly-reindex.sql

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ REINDEX (VERBOSE) TABLE CONCURRENTLY diary_comments;
1414
REINDEX (VERBOSE) TABLE CONCURRENTLY diary_entries;
1515
REINDEX (VERBOSE) TABLE CONCURRENTLY diary_entry_subscriptions;
1616
REINDEX (VERBOSE) TABLE CONCURRENTLY friends;
17+
REINDEX (VERBOSE) TABLE CONCURRENTLY gpx_files;
18+
REINDEX (VERBOSE) TABLE CONCURRENTLY gpx_file_tags;
1719
REINDEX (VERBOSE) TABLE CONCURRENTLY issue_comments;
1820
REINDEX (VERBOSE) TABLE CONCURRENTLY issues;
1921
REINDEX (VERBOSE) TABLE CONCURRENTLY languages;

0 commit comments

Comments
 (0)