Update db migration description to match setting possible values

pull/634/head
Brice Bauer 8 months ago
parent 806f7c64a0
commit a18e2842ac

@ -334,7 +334,7 @@ func (sr *scrutinyRepository) Migrate(ctx context.Context) error {
}, },
{ {
SettingKeyName: "powered_on_hours_unit", SettingKeyName: "powered_on_hours_unit",
SettingKeyDescription: "Presentation format for device powered on time ('humanize' | 'device-hours')", SettingKeyDescription: "Presentation format for device powered on time ('humanize' | 'device_hours')",
SettingDataType: "string", SettingDataType: "string",
SettingValueString: "humanize", SettingValueString: "humanize",
}, },

Loading…
Cancel
Save