Browse Source

Update Abp-8_0.md

pull/18755/head
maliming 3 years ago
committed by GitHub
parent
commit
5989375179
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Migration-Guides/Abp-8_0.md

2
docs/en/Migration-Guides/Abp-8_0.md

@ -129,6 +129,8 @@ The documentation is already updated according to this suggestion and can be fou
Starting with EF Core 8.0, EF now generates SQL that is more efficient, but is unsupported on SQL Server 2014 and below. Therefore, if your database provider is SQL Server, then ensure that it's newer than SQL Server 2014. Otherwise, you may get errors due to database creation or while seeding initial data.
The error is similar to: `Microsoft.Data.SqlClient.SqlException (0x80131904)`.
> Check the [Entity Framework Core's Breaking Changes](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/breaking-changes#high-impact-changes) documentation for more info.
## Angular UI

Loading…
Cancel
Save