diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-05-22 15:42:52 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-05-28 14:50:10 +0900 |
commit | fb77cd72821db2ffb8e3c89fa4bb2b0e95de6658 (patch) | |
tree | 32f1a0123d2cf587ce9cc23aa9da53eb3cb889b1 /db | |
parent | 2eaef5b3a9da09764c74a6f375c8245a5f9a4892 (diff) | |
download | gitlab-ce-fb77cd72821db2ffb8e3c89fa4bb2b0e95de6658.tar.gz |
Remove disable_statement_timeoutadd-background-migration-to-fill-file-store
Diffstat (limited to 'db')
-rw-r--r-- | db/post_migrate/20180424151928_fill_file_store.rb | 2 |
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 |