]> git.openstreetmap.org Git - chef.git/commitdiff
Add user_mutes to monthly reindex
authorTom Hughes <tom@compton.nu>
Wed, 20 Dec 2023 20:11:11 +0000 (20:11 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 20 Dec 2023 20:11:11 +0000 (20:11 +0000)
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;