|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore;
|
|
|
|
|
namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations
|
|
|
|
|
{
|
|
|
|
|
[DbContext(typeof(UnifiedDbContext))]
|
|
|
|
|
[Migration("20231026071107_Initial")]
|
|
|
|
|
[Migration("20231115065621_Initial")]
|
|
|
|
|
partial class Initial
|
|
|
|
|
{
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations
|
|
|
|
|
#pragma warning disable 612, 618
|
|
|
|
|
modelBuilder
|
|
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
|
|
|
|
|
.HasAnnotation("ProductVersion", "8.0.0.23480.1")
|
|
|
|
|
.HasAnnotation("ProductVersion", "8.0.0")
|
|
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128);
|
|
|
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);
|