How update multiple rows with different values using Repo.update_all
In this article I will show you how to use the power of POSTGRES update...from with Ecto so you can issue just one Repo.update_all to update multiple rows even when you need to set different values for each row.