X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eeaf6837a013474d4d8531d17921965cb614b652..c98b422d89c65d496c3c608130d11fb02c954733:/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 65412d414..8a0d1ecbc 100644 --- a/cookbooks/db/files/default/monthly-reindex.sql +++ b/cookbooks/db/files/default/monthly-reindex.sql @@ -7,7 +7,6 @@ REINDEX (VERBOSE) TABLE CONCURRENTLY changeset_comments; REINDEX (VERBOSE) TABLE CONCURRENTLY changeset_tags; REINDEX (VERBOSE) TABLE CONCURRENTLY changesets; REINDEX (VERBOSE) TABLE CONCURRENTLY changesets_subscribers; -REINDEX (VERBOSE) TABLE CONCURRENTLY client_applications; REINDEX (VERBOSE) TABLE CONCURRENTLY current_relation_members; REINDEX (VERBOSE) TABLE CONCURRENTLY delayed_jobs; REINDEX (VERBOSE) TABLE CONCURRENTLY diary_comments; @@ -25,8 +24,6 @@ REINDEX (VERBOSE) TABLE CONCURRENTLY notes; REINDEX (VERBOSE) TABLE CONCURRENTLY oauth_access_grants; REINDEX (VERBOSE) TABLE CONCURRENTLY oauth_access_tokens; REINDEX (VERBOSE) TABLE CONCURRENTLY oauth_applications; -REINDEX (VERBOSE) TABLE CONCURRENTLY oauth_nonces; -REINDEX (VERBOSE) TABLE CONCURRENTLY oauth_tokens; REINDEX (VERBOSE) TABLE CONCURRENTLY redactions; REINDEX (VERBOSE) TABLE CONCURRENTLY reports; REINDEX (VERBOSE) TABLE CONCURRENTLY schema_migrations;