mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: posts:inline_uploads rake task needs to bypass bump.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user