maliming
3 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
24 changed files with
32 additions and
48 deletions
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Migrations/20231026071039_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Migrations/20231026071039_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/Migrations/20231026071041_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/Migrations/20231026071041_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/Migrations/20231026071035_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/Migrations/20231026071035_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Migrations/20231026071042_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Migrations/20231026071042_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20231026070402_Initial.Designer.cs
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20231026070402_Initial.cs
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/Migrations/20231026071058_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/Migrations/20231026071058_Initial.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/Migrations/AuthServerDbContextModelSnapshot.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Migrations/20231026071107_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Migrations/20231026071107_Initial.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Migrations/UnifiedDbContextModelSnapshot.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/Migrations/20231026071207_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/Migrations/20231026071207_Initial.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/Migrations/UnifiedDbContextModelSnapshot.cs
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20231003031426_Initial")] |
|
|
|
[Migration("20231026071039_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -464,7 +464,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20231003031450_Initial")] |
|
|
|
[Migration("20231026071041_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -464,7 +464,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20231003031446_Initial")] |
|
|
|
[Migration("20231026071035_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -464,7 +464,7 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20231003031451_Initial")] |
|
|
|
[Migration("20231026071042_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -464,7 +464,7 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20231003030048_Initial")] |
|
|
|
[Migration("20231026070402_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -485,7 +485,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(AuthServerDbContext))] |
|
|
|
[Migration("20231003031621_Initial")] |
|
|
|
[Migration("20231026071058_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -464,7 +464,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(UnifiedDbContext))] |
|
|
|
[Migration("20231003031642_Initial")] |
|
|
|
[Migration("20231026071107_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-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -404,7 +404,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(UnifiedDbContext))] |
|
|
|
[Migration("20231003031645_Initial")] |
|
|
|
[Migration("20231026071207_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -22,7 +22,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -218,7 +218,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
@ -404,7 +404,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ChangeTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
|
|
ChangeType = table.Column<byte>(type: "tinyint", nullable: false), |
|
|
|
EntityTenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
EntityId = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
|
|
EntityTypeFullName = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
|
|
}, |
|
|
|
@ -19,7 +19,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
#pragma warning disable 612, 618
|
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") |
|
|
|
.HasAnnotation("ProductVersion", "8.0.0-rc.2.23480.1") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128); |
|
|
|
|
|
|
|
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); |
|
|
|
@ -215,7 +215,6 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnName("ChangeType"); |
|
|
|
|
|
|
|
b.Property<string>("EntityId") |
|
|
|
.IsRequired() |
|
|
|
.HasMaxLength(128) |
|
|
|
.HasColumnType("nvarchar(128)") |
|
|
|
.HasColumnName("EntityId"); |
|
|
|
|