diff options
-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 |