diff --git a/db/migration/20231209211223_alter_lyric_column.go b/db/migration/20231209211223_alter_lyric_column.go index db1a1613c..ac73fc98f 100644 --- a/db/migration/20231209211223_alter_lyric_column.go +++ b/db/migration/20231209211223_alter_lyric_column.go @@ -72,8 +72,8 @@ func upAlterLyricColumn(ctx context.Context, tx *sql.Tx) error { return err } - notice(tx, "A full rescan will be performed to pick up additional lyrics (existing lyrics have been preserved)") - return forceFullRescan(tx) + notice(tx, "A full rescan should be performed to pick up additional lyrics (existing lyrics have been preserved)") + return nil } func downAlterLyricColumn(ctx context.Context, tx *sql.Tx) error {