mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
oops
This commit is contained in:
parent
182aaffbd5
commit
2a7b7add59
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class ColumnDropper
|
||||||
end
|
end
|
||||||
|
|
||||||
# in production we need some extra delay to allow for slow migrations
|
# 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
|
sql = <<~SQL
|
||||||
SELECT 1
|
SELECT 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue