mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
TRIVIAL: we might run the task after disabling s3 storage
This commit is contained in:
parent
610f2dabd1
commit
87c0c5d6f9
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ task "uploads:backfill_shas" => :environment do
|
|||
end
|
||||
|
||||
task "uploads:migrate_from_s3" => :environment do
|
||||
return unless SiteSetting.enable_s3_uploads?
|
||||
|
||||
require 'file_store/local_store'
|
||||
require 'file_helper'
|
||||
|
||||
|
|
Loading…
Reference in a new issue