mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
8 lines
154 B
Ruby
8 lines
154 B
Ruby
class AddRenewSetting < ActiveRecord::Migration[5.1]
|
|
def self.up
|
|
# Setting.days_to_renew_domain_before_expire = 90
|
|
end
|
|
|
|
def self.down
|
|
end
|
|
end
|