mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 22:49:01 +08:00
FIX: posts:inline_uploads
rake task needs to bypass bump.
This commit is contained in:
parent
f60451a89d
commit
d49c193289
@ -690,7 +690,8 @@ task 'posts:inline_uploads' => :environment do |_, args|
|
||||
raw: new_raw
|
||||
},
|
||||
skip_validations: true,
|
||||
force_new_version: true
|
||||
force_new_version: true,
|
||||
bypass_bump: true
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user