mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 01:38:10 +08:00
Rename SiteSetting#use_https
to force_https
.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class UseHttpsNameChangeInSiteSettings < ActiveRecord::Migration
|
||||
def up
|
||||
execute "UPDATE site_settings SET name = 'force_https' WHERE name = 'use_https'"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user