Additional old `Upload#url` format for `Upload.migrate_to_new_scheme`.

This commit is contained in:
Guo Xiang Tan 2019-04-24 18:19:25 +08:00
parent 9ec6ef85b6
commit be88ac8b7e
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class Upload < ActiveRecord::Base
remap_scope ||= begin
Post.with_deleted
.where("raw ~ '/uploads/#{db}/\\d+/' OR raw ~ '/uploads/#{db}/original/\\d{1}/'")
.where("raw ~ '/uploads/#{db}/\\d+/' OR raw ~ '/uploads/#{db}/original/(\\d|[a-z])/'")
.select(:raw, :cooked)
.all
end