X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68db87bff88a17bc250d072431882ba9f171a7be..eeaf6837a013474d4d8531d17921965cb614b652:/cookbooks/db/files/default/monthly-reindex.sql diff --git a/cookbooks/db/files/default/monthly-reindex.sql b/cookbooks/db/files/default/monthly-reindex.sql index 2789789be..65412d414 100644 --- a/cookbooks/db/files/default/monthly-reindex.sql +++ b/cookbooks/db/files/default/monthly-reindex.sql @@ -34,5 +34,4 @@ 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;