Merge pull request #1041 from internetee/remove-override-on-transfer-wait-time

Remove override from transfer_wait_time
This commit is contained in:
Timo Võhmar 2018-11-23 15:29:36 +02:00 committed by GitHub
commit aa6e8f8a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
# encoding: UTF-8
# otherwise rake not working 100% # otherwise rake not working 100%
begin begin
con = ActiveRecord::Base.connection con = ActiveRecord::Base.connection
@ -23,7 +24,6 @@ if con.present? && con.table_exists?('settings')
Setting.save_default(:ns_max_count, 11) Setting.save_default(:ns_max_count, 11)
Setting.save_default(:transfer_wait_time, 0) Setting.save_default(:transfer_wait_time, 0)
Setting.transfer_wait_time = 0
Setting.save_default(:request_confrimation_on_registrant_change_enabled, true) Setting.save_default(:request_confrimation_on_registrant_change_enabled, true)
Setting.save_default(:request_confirmation_on_domain_deletion_enabled, true) Setting.save_default(:request_confirmation_on_domain_deletion_enabled, true)
Setting.save_default(:address_processing, true) Setting.save_default(:address_processing, true)