mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 03:54:47 +08:00
remove 'convert_pasted_image' site setting
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
class RemoveConvertPastedImageSiteSetting < ActiveRecord::Migration
|
||||
def up
|
||||
execute "DELETE FROM site_settings WHERE name = 'convert_pasted_images_to_hq_jpg'"
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user