数据库执行
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
77bcdf79e8
commit
0fdfeca3ec
|
@ -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)
|
|
@ -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",
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue