mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
6 lines
188 B
Ruby
6 lines
188 B
Ruby
|
class MigrateEmbeddableHost < ActiveRecord::Migration
|
||
|
def change
|
||
|
execute "UPDATE site_settings SET name = 'embeddable_hosts', data_type = 9 WHERE name = 'embeddable_host'"
|
||
|
end
|
||
|
end
|