This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/db/migrate/20150609163211_migrate_embeddable_host.rb

6 lines
193 B
Ruby

class MigrateEmbeddableHost < ActiveRecord::Migration[4.2]
def change
execute "UPDATE site_settings SET name = 'embeddable_hosts', data_type = 9 WHERE name = 'embeddable_host'"
end
end