0
smansuri created
-
ABP Framework version: v8.2.1
-
UI Type: Angular / MVC
-
Database System: EF Core (MySQL)
-
Tiered (for MVC) or Auth Server Separated (for Angular): Auth Server Separated
-
Exception message and full stack trace:
-
Steps to reproduce the issue: migrate to .net framework 9
What are database changes introduced in each release? How do we track it if we want to have database first approach for my application?
1 Answer(s)
-
0
Hello,
What are database changes introduced in each release?
You can access the migration guide here. See: https://abp.io/docs/latest/release-info/migration-guides
How do we track it if we want to have database first approach for my application?
Normally, how you do it in an ASP.NET application should be the same way in ABP.