2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/db/migrate/20150609163211_migrate_embeddable_host.rb

5 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