Default `authorized_keys_enabled` setting to true
All threads resolved!
All threads resolved!
Compare changes
Files
4@@ -17,6 +17,8 @@ class ApplicationSetting < ActiveRecord::Base
@@ -17,6 +17,8 @@ class ApplicationSetting < ActiveRecord::Base
@@ -24,6 +26,8 @@ def up
@@ -24,6 +26,8 @@ def up
@@ -62,7 +66,10 @@ def ran_broken_migration?
@@ -62,7 +66,10 @@ def ran_broken_migration?
!column_exists?(:application_settings, :authorized_keys_enabled, :boolean, default: default_value, null: false)