We're running into SQL exceptions when using favorites lists indicating that the column CustomerFavoriteProductAutoId does not exist in table comCustomerFavoriteProducts.
I found that column listed in Create_DefaultEmpty.sql when the table is created and in CustomerProductListProduct.vb where it's used (since very recently, I believe). However, I don't see it in any of the upgrade scripts, so when you upgrade a site from before end of 2016 to the latest 9.6, things will stop working because of the missing column.
Should the column be created as part of the update scripts?
Imar