23
This commit is contained in:
parent
98db6f0ca3
commit
d47c7c8013
@ -7,9 +7,9 @@ namespace APT.Data.Migrations.Migrations
|
|||||||
{
|
{
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
migrationBuilder.DropForeignKey(
|
//migrationBuilder.DropForeignKey(
|
||||||
name: "FK_T_PF_PARAM_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID",
|
// name: "FK_T_PF_PARAM_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID",
|
||||||
table: "T_PF_PARAM");
|
// table: "T_PF_PARAM");
|
||||||
|
|
||||||
//migrationBuilder.DropForeignKey(
|
//migrationBuilder.DropForeignKey(
|
||||||
// name: "FK_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_FM_ORGANIZATION_Nav_OrgID",
|
// name: "FK_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_FM_ORGANIZATION_Nav_OrgID",
|
||||||
@ -319,13 +319,13 @@ namespace APT.Data.Migrations.Migrations
|
|||||||
table: "T_PF_PARAM",
|
table: "T_PF_PARAM",
|
||||||
column: "T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID");
|
column: "T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID");
|
||||||
|
|
||||||
migrationBuilder.AddForeignKey(
|
//migrationBuilder.AddForeignKey(
|
||||||
name: "FK_T_PF_PARAM_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID",
|
// name: "FK_T_PF_PARAM_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID",
|
||||||
table: "T_PF_PARAM",
|
// table: "T_PF_PARAM",
|
||||||
column: "T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID",
|
// column: "T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARYID",
|
||||||
principalTable: "T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY",
|
// principalTable: "T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY",
|
||||||
principalColumn: "ID",
|
// principalColumn: "ID",
|
||||||
onDelete: ReferentialAction.Restrict);
|
// onDelete: ReferentialAction.Restrict);
|
||||||
|
|
||||||
//migrationBuilder.AddForeignKey(
|
//migrationBuilder.AddForeignKey(
|
||||||
// name: "FK_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_FM_ORGANIZATION_Nav_OrgID",
|
// name: "FK_T_SE_TRAIN_NOTIFY_COURSEWEARLIBRARY_T_FM_ORGANIZATION_Nav_OrgID",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user