PostgreSQL 9.0 및 그 이상을 위한 Entity Framework Core 2 Code-First Migrations에서 idempotent 스크립트를 생성합니다.
6월 14, 2018
신규 버전
기능
Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations for PostgreSQL 9.0 and higher.
Added support for the DeleteDatabaseBehaviour.Database value in Entity Framework Core 2.
Added destructor to DataContext class.
Added support for Entity Framework Core 1.1.5 and 2.0.3.
수정사항
Fixed bug using EnsureSchema in Entity Framework Core against PostgreSQL 9.2 and earlier, if schema names should be quoted when the schema exists but the required tables are missing.
Fixed bug with missing Devart.Data.PostgreSql.Entity namespace in *.Designer.cs generated by Entity Framework Core 2 Code-First Migrations via Devart NuGet package.
Fixed bug generating command separators in the Entity Framework Core 2 Code-First Migrations script.