1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

set default values

This commit is contained in:
Sylvain 2020-06-01 17:36:22 +02:00
parent 478a6c409d
commit b243486444
3 changed files with 34 additions and 0 deletions

View File

@ -859,6 +859,10 @@ Setting.set('feature_tour_display', 'once') unless Setting.find_by(name: 'featur
Setting.set('email_from', 'noreply@fab-manager.com') unless Setting.find_by(name: 'email_from').try(:value)
Setting.set('base_url_host', 'demo.fab-manager.com') unless Setting.find_by(name: 'base_url_host').try(:value)
Setting.set('base_url_protocol', 'https') unless Setting.find_by(name: 'base_url_protocol').try(:value)
if StatisticCustomAggregation.count.zero?
# available reservations hours for machines
machine_hours = StatisticType.find_by(key: 'hour', statistic_index_id: 2)

View File

@ -629,3 +629,21 @@ history_value_65:
created_at: 2020-06-01 11:12:21.255550000 Z
updated_at: 2020-06-01 11:12:21.255550000 Z
footprint:
history_value_66:
id: 66
setting_id: 66
invoicing_profile_id: 1
value: 'demo.fab-manager.com'
created_at: 2020-06-01 17:34:41.422150000 Z
updated_at: 2020-06-01 17:34:41.422150000 Z
footprint:
history_value_67:
id: 67
setting_id: 67
invoicing_profile_id: 1
value: 'https'
created_at: 2020-06-01 17:34:41.422150000 Z
updated_at: 2020-06-01 17:34:41.422150000 Z
footprint:

View File

@ -383,3 +383,15 @@ setting_65:
created_at: 2020-06-01 11:12:21.255550000 Z
updated_at: 2020-06-01 11:12:21.255550000 Z
setting_66:
id: 66
name: base_url_host
created_at: 2020-06-01 17:34:41.422150000 Z
updated_at: 2020-06-01 17:34:41.422150000 Z
setting_67:
id: 67
name: base_url_protocol
created_at: 2020-06-01 17:34:41.422150000 Z
updated_at: 2020-06-01 17:34:41.422150000 Z