3 changed files with 34544 additions and 4 deletions
File diff suppressed because it is too large
@ -0,0 +1,25 @@ |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
#nullable disable |
|||
|
|||
namespace Win_in.Sfs.Wms.Store.Migrations |
|||
{ |
|||
public partial class Update_SingleCodeJob : Migration |
|||
{ |
|||
protected override void Up(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.RenameColumn( |
|||
name: "WorkStation", |
|||
table: "Job_ThirdLocationJobDetail", |
|||
newName: "SingleCodeRequest"); |
|||
} |
|||
|
|||
protected override void Down(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.RenameColumn( |
|||
name: "SingleCodeRequest", |
|||
table: "Job_ThirdLocationJobDetail", |
|||
newName: "WorkStation"); |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue