]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/files/default/monthly-reindex.sql
Add user_mutes to monthly reindex
[chef.git] / cookbooks / db / files / default / monthly-reindex.sql
index 5ec960715d4bfa859b0dd1c8f11ec079c25ec4f1..2789789be4cf802ece94a454cfd172584e663b29 100644 (file)
@@ -31,6 +31,7 @@ REINDEX (VERBOSE) TABLE CONCURRENTLY redactions;
 REINDEX (VERBOSE) TABLE CONCURRENTLY reports;
 REINDEX (VERBOSE) TABLE CONCURRENTLY schema_migrations;
 REINDEX (VERBOSE) TABLE CONCURRENTLY user_blocks;
+REINDEX (VERBOSE) TABLE CONCURRENTLY user_mutes;
 REINDEX (VERBOSE) TABLE CONCURRENTLY user_preferences;
 REINDEX (VERBOSE) TABLE CONCURRENTLY user_roles;
 REINDEX (VERBOSE) TABLE CONCURRENTLY user_tokens;