0
devloo created
ASP.NET ZERO Project ASP.NET CORE MVC & jQuery .NET Core 3.1 v9.3.0
I have upgraded my solution from asp.net zero v9.1 to v9.3 That worked fine, but after a while I noticed that i could not upload a new logo. After some debugging, we found that the object BinaryObjects has an extra column 'Description' Probably a change in v9.3 But if run the firstcode command Add-Migration "v93" , it doesnt add anything to change. What i'm doing wrong ? How can I know what the database changes are between v9.1 and v9.3 ?
Kind regards, Frederick