数据库执行
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-10-29 14:01:18 +08:00
parent 77bcdf79e8
commit 0fdfeca3ec
3 changed files with 183 additions and 190 deletions

View File

@ -12,8 +12,8 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace IRaCIS.Core.Infra.EFCore.Migrations
{
[DbContext(typeof(IRaCISDBContext))]
[Migration("20241029055220_doctorinfo1029")]
partial class doctorinfo1029
[Migration("20241029055808_doctorinfo10291357")]
partial class doctorinfo10291357
{
/// <inheritdoc />
protected override void BuildTargetModel(ModelBuilder modelBuilder)

View File

@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
namespace IRaCIS.Core.Infra.EFCore.Migrations
{
/// <inheritdoc />
public partial class doctorinfo1029 : Migration
public partial class doctorinfo10291357 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
@ -37,12 +37,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
type: "uniqueidentifier",
nullable: true);
migrationBuilder.AddColumn<int>(
name: "DocUserSignType",
table: "SystemDocument",
type: "int",
nullable: false,
defaultValue: 0);
migrationBuilder.AddColumn<Guid>(
name: "DoctorId",
@ -76,9 +71,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
name: "TrialId",
table: "TrialExperience");
migrationBuilder.DropColumn(
name: "DocUserSignType",
table: "SystemDocument");
migrationBuilder.DropColumn(
name: "DoctorId",