mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
7b6d6b76eb
- Also refactors two site settings components into one, with tests
5 lines
188 B
Ruby
5 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
|