mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:31:56 +08:00
7b6d6b76eb
- Also refactors two site settings components into one, with tests
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
|