]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/files/default/monthly-reindex.sql
build(deps): bump kitchen-dokken from 2.20.4 to 2.20.5
[chef.git] / cookbooks / db / files / default / monthly-reindex.sql
index 5ec960715d4bfa859b0dd1c8f11ec079c25ec4f1..65412d414e3fccd8efa8126b2e7347bebb8fa77b 100644 (file)
@@ -31,7 +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;
 REINDEX (VERBOSE) TABLE CONCURRENTLY users;