mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Add dispute_period_in_months to Setting
This commit is contained in:
parent
408c7c5c6c
commit
2525f14a18
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddDisputePeriodInMonthsToSetting < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
Setting.create(var: 'dispute_period_in_months', value: 36)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue