数据库执行
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
|
namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(IRaCISDBContext))]
|
[DbContext(typeof(IRaCISDBContext))]
|
||||||
[Migration("20241029055220_doctorinfo1029")]
|
[Migration("20241029055808_doctorinfo10291357")]
|
||||||
partial class doctorinfo1029
|
partial class doctorinfo10291357
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
namespace IRaCIS.Core.Infra.EFCore.Migrations
|
namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public partial class doctorinfo1029 : Migration
|
public partial class doctorinfo10291357 : Migration
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
|
@ -37,12 +37,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||||
type: "uniqueidentifier",
|
type: "uniqueidentifier",
|
||||||
nullable: true);
|
nullable: true);
|
||||||
|
|
||||||
migrationBuilder.AddColumn<int>(
|
|
||||||
name: "DocUserSignType",
|
|
||||||
table: "SystemDocument",
|
|
||||||
type: "int",
|
|
||||||
nullable: false,
|
|
||||||
defaultValue: 0);
|
|
||||||
|
|
||||||
migrationBuilder.AddColumn<Guid>(
|
migrationBuilder.AddColumn<Guid>(
|
||||||
name: "DoctorId",
|
name: "DoctorId",
|
||||||
|
@ -76,9 +71,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||||
name: "TrialId",
|
name: "TrialId",
|
||||||
table: "TrialExperience");
|
table: "TrialExperience");
|
||||||
|
|
||||||
migrationBuilder.DropColumn(
|
|
||||||
name: "DocUserSignType",
|
|
||||||
table: "SystemDocument");
|
|
||||||
|
|
||||||
migrationBuilder.DropColumn(
|
migrationBuilder.DropColumn(
|
||||||
name: "DoctorId",
|
name: "DoctorId",
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue