This commit is contained in:
Sam 2018-02-28 09:35:46 +11:00
parent 182aaffbd5
commit 2a7b7add59
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class ColumnDropper
end
# in production we need some extra delay to allow for slow migrations
delay ||= Rails.env.production? ? 360 : 0
delay ||= Rails.env.production? ? 3600 : 0
sql = <<~SQL
SELECT 1