mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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