summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-05-22 15:42:52 +0900
committerShinya Maeda <shinya@gitlab.com>2018-05-28 14:50:10 +0900
commitfb77cd72821db2ffb8e3c89fa4bb2b0e95de6658 (patch)
tree32f1a0123d2cf587ce9cc23aa9da53eb3cb889b1
parent2eaef5b3a9da09764c74a6f375c8245a5f9a4892 (diff)
downloadgitlab-ce-add-background-migration-to-fill-file-store.tar.gz
Remove disable_statement_timeoutadd-background-migration-to-fill-file-store
-rw-r--r--db/post_migrate/20180424151928_fill_file_store.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/post_migrate/20180424151928_fill_file_store.rb b/db/post_migrate/20180424151928_fill_file_store.rb
index bb7d0978efe..b41feb233be 100644
--- a/db/post_migrate/20180424151928_fill_file_store.rb
+++ b/db/post_migrate/20180424151928_fill_file_store.rb
@@ -37,8 +37,6 @@ class FillFileStore < ActiveRecord::Migration
end
def up
- disable_statement_timeout
-
# NOTE: Schedule background migrations that fill 'NULL' value by '1'(ObjectStorage::Store::LOCAL) on `file_store`, `store` columns
#
# Here are the target columns