8 changed files with 114 additions and 3200 deletions
@ -1,13 +1,13 @@ |
|||||
<Project> |
<Project> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<LangVersion>latest</LangVersion> |
<LangVersion>latest</LangVersion> |
||||
<Version>0.9.2</Version> |
<Version>0.9.3</Version> |
||||
<PackageIconUrl>https://raw.githubusercontent.com/realliangshiwei/Lsw.Abp.AntDesignUI/main/icon.png</PackageIconUrl> |
<PackageIconUrl>https://raw.githubusercontent.com/realliangshiwei/Lsw.Abp.AntDesignUI/main/icon.png</PackageIconUrl> |
||||
<PackageProjectUrl>https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI</PackageProjectUrl> |
<PackageProjectUrl>https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI</PackageProjectUrl> |
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
||||
<RepositoryType>git</RepositoryType> |
<RepositoryType>git</RepositoryType> |
||||
<RepositoryUrl>https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI</RepositoryUrl> |
<RepositoryUrl>https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI</RepositoryUrl> |
||||
<ABPPackageVersion>8.0.*-*</ABPPackageVersion> |
<ABPPackageVersion>8.1.*-*</ABPPackageVersion> |
||||
<MicrosoftPackageVersion>8.0.*</MicrosoftPackageVersion> |
<MicrosoftPackageVersion>8.0.*</MicrosoftPackageVersion> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
</Project> |
</Project> |
||||
File diff suppressed because it is too large
@ -1,648 +0,0 @@ |
|||||
using System; |
|
||||
using Microsoft.EntityFrameworkCore.Migrations; |
|
||||
|
|
||||
#nullable disable |
|
||||
|
|
||||
namespace BookStore.Migrations |
|
||||
{ |
|
||||
/// <inheritdoc />
|
|
||||
public partial class Upgradeto74 : Migration |
|
||||
{ |
|
||||
/// <inheritdoc />
|
|
||||
protected override void Up(MigrationBuilder migrationBuilder) |
|
||||
{ |
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerPersistedGrants", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerPersistedGrants", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerIdentityResources", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerIdentityResources", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerDeviceFlowCodes", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerDeviceFlowCodes", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerClients", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerClients", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerApiScopes", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerApiScopes", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerApiResources", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerApiResources", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpUsers", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpUsers", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AddColumn<DateTimeOffset>( |
|
||||
name: "LastPasswordChangeTime", |
|
||||
table: "AbpUsers", |
|
||||
type: "datetimeoffset", |
|
||||
nullable: true); |
|
||||
|
|
||||
migrationBuilder.AddColumn<bool>( |
|
||||
name: "ShouldChangePasswordOnNextLogin", |
|
||||
table: "AbpUsers", |
|
||||
type: "bit", |
|
||||
nullable: false, |
|
||||
defaultValue: false); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpTenants", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpTenants", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpSecurityLogs", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpSecurityLogs", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpRoles", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpRoles", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpOrganizationUnits", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpOrganizationUnits", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpClaimTypes", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpClaimTypes", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpBackgroundJobs", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpBackgroundJobs", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpAuditLogs", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)", |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpAuditLogs", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: false, |
|
||||
defaultValue: "", |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40, |
|
||||
oldNullable: true); |
|
||||
|
|
||||
migrationBuilder.CreateTable( |
|
||||
name: "AbpSettingDefinitions", |
|
||||
columns: table => new |
|
||||
{ |
|
||||
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false), |
|
||||
Name = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: false), |
|
||||
DisplayName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false), |
|
||||
Description = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: true), |
|
||||
DefaultValue = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true), |
|
||||
IsVisibleToClients = table.Column<bool>(type: "bit", nullable: false), |
|
||||
Providers = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true), |
|
||||
IsInherited = table.Column<bool>(type: "bit", nullable: false), |
|
||||
IsEncrypted = table.Column<bool>(type: "bit", nullable: false), |
|
||||
ExtraProperties = table.Column<string>(type: "nvarchar(max)", nullable: true) |
|
||||
}, |
|
||||
constraints: table => |
|
||||
{ |
|
||||
table.PrimaryKey("PK_AbpSettingDefinitions", x => x.Id); |
|
||||
}); |
|
||||
|
|
||||
migrationBuilder.CreateTable( |
|
||||
name: "AbpUserDelegations", |
|
||||
columns: table => new |
|
||||
{ |
|
||||
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false), |
|
||||
TenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true), |
|
||||
SourceUserId = table.Column<Guid>(type: "uniqueidentifier", nullable: false), |
|
||||
TargetUserId = table.Column<Guid>(type: "uniqueidentifier", nullable: false), |
|
||||
StartTime = table.Column<DateTime>(type: "datetime2", nullable: false), |
|
||||
EndTime = table.Column<DateTime>(type: "datetime2", nullable: false) |
|
||||
}, |
|
||||
constraints: table => |
|
||||
{ |
|
||||
table.PrimaryKey("PK_AbpUserDelegations", x => x.Id); |
|
||||
}); |
|
||||
|
|
||||
migrationBuilder.CreateIndex( |
|
||||
name: "IX_AbpSettingDefinitions_Name", |
|
||||
table: "AbpSettingDefinitions", |
|
||||
column: "Name", |
|
||||
unique: true); |
|
||||
} |
|
||||
|
|
||||
/// <inheritdoc />
|
|
||||
protected override void Down(MigrationBuilder migrationBuilder) |
|
||||
{ |
|
||||
migrationBuilder.DropTable( |
|
||||
name: "AbpSettingDefinitions"); |
|
||||
|
|
||||
migrationBuilder.DropTable( |
|
||||
name: "AbpUserDelegations"); |
|
||||
|
|
||||
migrationBuilder.DropColumn( |
|
||||
name: "LastPasswordChangeTime", |
|
||||
table: "AbpUsers"); |
|
||||
|
|
||||
migrationBuilder.DropColumn( |
|
||||
name: "ShouldChangePasswordOnNextLogin", |
|
||||
table: "AbpUsers"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerPersistedGrants", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerPersistedGrants", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerIdentityResources", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerIdentityResources", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerDeviceFlowCodes", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerDeviceFlowCodes", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerClients", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerClients", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerApiScopes", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerApiScopes", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "IdentityServerApiResources", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "IdentityServerApiResources", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpUsers", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpUsers", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpTenants", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpTenants", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpSecurityLogs", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpSecurityLogs", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpRoles", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpRoles", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpOrganizationUnits", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpOrganizationUnits", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpClaimTypes", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpClaimTypes", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpBackgroundJobs", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpBackgroundJobs", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ExtraProperties", |
|
||||
table: "AbpAuditLogs", |
|
||||
type: "nvarchar(max)", |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(max)"); |
|
||||
|
|
||||
migrationBuilder.AlterColumn<string>( |
|
||||
name: "ConcurrencyStamp", |
|
||||
table: "AbpAuditLogs", |
|
||||
type: "nvarchar(40)", |
|
||||
maxLength: 40, |
|
||||
nullable: true, |
|
||||
oldClrType: typeof(string), |
|
||||
oldType: "nvarchar(40)", |
|
||||
oldMaxLength: 40); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue