maliming
7 months ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
24 changed files with
39 additions and
39 deletions
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Migrations/20250717081711_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/Migrations/20250717081711_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/20250717081855_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/Migrations/20250717081855_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/Migrations/20250717081619_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/Migrations/20250717081619_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Migrations/20250717081642_Initial.Designer.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Migrations/20250717081642_Initial.cs
-
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20250717081721_Initial.Designer.cs
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20250717081721_Initial.cs
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/MyProjectNameDbContextModelSnapshot.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/Migrations/20250717081803_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/Migrations/20250717081803_Initial.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/Migrations/AuthServerDbContextModelSnapshot.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Migrations/20250717081744_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/Migrations/20250717081744_Initial.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Migrations/20250717081812_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Migrations/20250717081812_Initial.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/Migrations/20250717081828_Initial.Designer.cs
-
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/Migrations/20250717081828_Initial.cs
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20250707124203_Initial")] |
|
|
|
[Migration("20250717081711_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -1455,8 +1455,8 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
@ -767,7 +767,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
ReferenceId = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true), |
|
|
|
Status = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Subject = table.Column<string>(type: "nvarchar(400)", maxLength: 400, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: false), |
|
|
|
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: false) |
|
|
|
}, |
|
|
|
@ -1452,8 +1452,8 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20250707124326_Initial")] |
|
|
|
[Migration("20250717081855_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -1455,8 +1455,8 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
@ -767,7 +767,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ReferenceId = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true), |
|
|
|
Status = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Subject = table.Column<string>(type: "nvarchar(400)", maxLength: 400, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: false), |
|
|
|
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: false) |
|
|
|
}, |
|
|
|
@ -1452,8 +1452,8 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20250707124118_Initial")] |
|
|
|
[Migration("20250717081619_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -1455,8 +1455,8 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
@ -767,7 +767,7 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
ReferenceId = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true), |
|
|
|
Status = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Subject = table.Column<string>(type: "nvarchar(400)", maxLength: 400, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: false), |
|
|
|
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: false) |
|
|
|
}, |
|
|
|
@ -1452,8 +1452,8 @@ namespace MyCompanyName.MyProjectName.Host.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20250707124141_Initial")] |
|
|
|
[Migration("20250717081642_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -1455,8 +1455,8 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
@ -767,7 +767,7 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
ReferenceId = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true), |
|
|
|
Status = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Subject = table.Column<string>(type: "nvarchar(400)", maxLength: 400, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: false), |
|
|
|
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: false) |
|
|
|
}, |
|
|
|
@ -1452,8 +1452,8 @@ namespace MyCompanyName.MyProjectName.Mvc.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameDbContext))] |
|
|
|
[Migration("20250707124211_Initial")] |
|
|
|
[Migration("20250717081721_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -1511,8 +1511,8 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
@ -789,7 +789,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ReferenceId = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true), |
|
|
|
Status = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Subject = table.Column<string>(type: "nvarchar(400)", maxLength: 400, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: false), |
|
|
|
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: false) |
|
|
|
}, |
|
|
|
@ -1508,8 +1508,8 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(AuthServerDbContext))] |
|
|
|
[Migration("20250707124242_Initial")] |
|
|
|
[Migration("20250717081803_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -1455,8 +1455,8 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
@ -767,7 +767,7 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
ReferenceId = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true), |
|
|
|
Status = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Subject = table.Column<string>(type: "nvarchar(400)", maxLength: 400, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true), |
|
|
|
Type = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true), |
|
|
|
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: false), |
|
|
|
ConcurrencyStamp = table.Column<string>(type: "nvarchar(40)", maxLength: 40, nullable: false) |
|
|
|
}, |
|
|
|
@ -1452,8 +1452,8 @@ namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
.HasColumnType("nvarchar(400)"); |
|
|
|
|
|
|
|
b.Property<string>("Type") |
|
|
|
.HasMaxLength(50) |
|
|
|
.HasColumnType("nvarchar(50)"); |
|
|
|
.HasMaxLength(150) |
|
|
|
.HasColumnType("nvarchar(150)"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Blazor.Server.Host.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(UnifiedDbContext))] |
|
|
|
[Migration("20250707124228_Initial")] |
|
|
|
[Migration("20250717081744_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -12,7 +12,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(MyProjectNameHttpApiHostMigrationsDbContext))] |
|
|
|
[Migration("20250707124251_Initial")] |
|
|
|
[Migration("20250717081812_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|
|
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace MyCompanyName.MyProjectName.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(UnifiedDbContext))] |
|
|
|
[Migration("20250707124303_Initial")] |
|
|
|
[Migration("20250717081828_Initial")] |
|
|
|
partial class Initial |
|
|
|
{ |
|
|
|
/// <inheritdoc />
|