From e6d205643832ae79f6c08b2951404b8fbb70e12a Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 20 Feb 2020 19:39:32 -0500 Subject: [PATCH] fix: typo --- db/migration/20200220143731_change_duration_to_float.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migration/20200220143731_change_duration_to_float.go b/db/migration/20200220143731_change_duration_to_float.go index 085fcd408..99a265745 100644 --- a/db/migration/20200220143731_change_duration_to_float.go +++ b/db/migration/20200220143731_change_duration_to_float.go @@ -11,7 +11,7 @@ func init() { } func Up20200220143731(tx *sql.Tx) error { - log.Warn("This version will force the next scan to be a requires a full rescan!") + log.Warn("This migration will force the next scan to be a full rescan!") _, err := tx.Exec(` create table media_file_dg_tmp (