oops
This commit is contained in:
parent
182aaffbd5
commit
2a7b7add59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue