mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 01:10:51 +08:00
remove 'convert_pasted_image' site setting
This commit is contained in:
parent
214939bb87
commit
53257a87ff
@ -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
|
Loading…
x
Reference in New Issue
Block a user