Update db migration description to match setting possible values

This commit is contained in:
Brice Bauer
2024-05-08 08:43:25 -04:00
parent 806f7c64a0
commit a18e2842ac
@@ -334,7 +334,7 @@ func (sr *scrutinyRepository) Migrate(ctx context.Context) error {
},
{
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",
SettingValueString: "humanize",
},