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
|