mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
9 lines
186 B
Ruby
9 lines
186 B
Ruby
class AddExpireSettings < ActiveRecord::Migration[5.1]
|
|
def self.up
|
|
# Setting.expire_warning_period = 15
|
|
# Setting.redemption_grace_period = 30
|
|
end
|
|
|
|
def self.down
|
|
end
|
|
end
|