TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 29 forks source link

Migration after .NET 8 update #1772

Closed Masterjun3 closed 5 months ago

Masterjun3 commented 5 months ago

This runs a migration generation without any changes to our model. Due to the various updates to .NET 8, one foreign key is to be renamed. The Snapshot also changes some numerics to decimals, but I suppose EF Core didn't make a migration because both types are equivalent in PostgreSQL.