X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f62e7bd6a79d3ce90c1f1d503f4ff51e4543b27d..066b78765de430ece0377b01bac14a9658cc301c:/cookbooks/db/files/default/monthly-reindex.sql?ds=inline diff --git a/cookbooks/db/files/default/monthly-reindex.sql b/cookbooks/db/files/default/monthly-reindex.sql index 5ec960715..65412d414 100644 --- a/cookbooks/db/files/default/monthly-reindex.sql +++ b/cookbooks/db/files/default/monthly-reindex.sql @@ -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;