for (const row of rows) { // eslint-disable-line no-restricted-syntax
            await knex('products').update(row).where('id', row.id);
        }