mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
ed27152bb1
commit
4ddbb08e80
19 changed files with 111 additions and 271 deletions
|
@ -1,9 +1,8 @@
|
|||
class AddRenewSetting < ActiveRecord::Migration
|
||||
class AddRenewSetting < ActiveRecord::Migration[5.1]
|
||||
def self.up
|
||||
Setting.days_to_renew_domain_before_expire = 90
|
||||
# Setting.days_to_renew_domain_before_expire = 90
|
||||
end
|
||||
|
||||
def self.down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue