17 changed files with 11268 additions and 421 deletions
File diff suppressed because it is too large
@ -0,0 +1,921 @@ |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
#nullable disable |
|||
|
|||
namespace TaskManager.EntityFramework.Migrations |
|||
{ |
|||
/// <inheritdoc />
|
|||
public partial class z202506170001 : Migration |
|||
{ |
|||
/// <inheritdoc />
|
|||
protected override void Up(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_SINV_DATA_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_Id", |
|||
table: "SUPPLIER_SINV_DATA"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_LOGS_Id", |
|||
table: "SUPPLIER_SA_WEEK_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_Id", |
|||
table: "SUPPLIER_SA_WEEK"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_RETURN_LOGS_Id", |
|||
table: "SUPPLIER_RETURN_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_RETURN_Id", |
|||
table: "SUPPLIER_RETURN"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_LOGS_Id", |
|||
table: "SUPPLIER_PRO_PLANING_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_Id", |
|||
table: "SUPPLIER_PRO_PLANING"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PO_LOGS_Id", |
|||
table: "SUPPLIER_PO_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PO_Id", |
|||
table: "SUPPLIER_PO"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_WARNING_Id", |
|||
table: "SUPPLIER_MRP_WARNING"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_STATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_Id", |
|||
table: "SUPPLIER_MRP_STATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_LOGS_Id", |
|||
table: "SUPPLIER_MRP_MONTH_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_Id", |
|||
table: "SUPPLIER_MRP_MONTH"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_DATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_Id", |
|||
table: "SUPPLIER_MRP_DATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_INV_DATA_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_Id", |
|||
table: "SUPPLIER_INV_DATA"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_LOGS_Id", |
|||
table: "SUPPLIER_DEL_STATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_Id", |
|||
table: "SUPPLIER_DEL_STATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_PO_LOGS_Id", |
|||
table: "SUPPLIER_CON_PO_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_PO_Id", |
|||
table: "SUPPLIER_CON_PO"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_LOGS_Id", |
|||
table: "SUPPLIER_CON_MMRP_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_Id", |
|||
table: "SUPPLIER_CON_MMRP"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_LOGS_Id", |
|||
table: "SUPPLIER_CON_DATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_Id", |
|||
table: "SUPPLIER_CON_DATE"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_SINV_DATA_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_LOGS_RequestDate", |
|||
table: "SUPPLIER_SINV_DATA_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_Id", |
|||
table: "SUPPLIER_SINV_DATA", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_RequestDate", |
|||
table: "SUPPLIER_SINV_DATA", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_LOGS_Id", |
|||
table: "SUPPLIER_SA_WEEK_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_LOGS_RequestDate", |
|||
table: "SUPPLIER_SA_WEEK_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_Id", |
|||
table: "SUPPLIER_SA_WEEK", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_RequestDate", |
|||
table: "SUPPLIER_SA_WEEK", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_RETURN_LOGS_Id", |
|||
table: "SUPPLIER_RETURN_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_RETURN_LOGS_RequestDate", |
|||
table: "SUPPLIER_RETURN_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_RETURN_Id", |
|||
table: "SUPPLIER_RETURN", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_RETURN_RequestDate", |
|||
table: "SUPPLIER_RETURN", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_TSCHEDUL_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_RequestDate", |
|||
table: "SUPPLIER_PRO_TSCHEDUL", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_LOGS_Id", |
|||
table: "SUPPLIER_PRO_PLANING_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_PLANING_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_Id", |
|||
table: "SUPPLIER_PRO_PLANING", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_RequestDate", |
|||
table: "SUPPLIER_PRO_PLANING", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_HSCHEDUL_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_RequestDate", |
|||
table: "SUPPLIER_PRO_HSCHEDUL", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_CSCHEDUL_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_RequestDate", |
|||
table: "SUPPLIER_PRO_CSCHEDUL", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PO_LOGS_Id", |
|||
table: "SUPPLIER_PO_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PO_LOGS_RequestDate", |
|||
table: "SUPPLIER_PO_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PO_Id", |
|||
table: "SUPPLIER_PO", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PO_RequestDate", |
|||
table: "SUPPLIER_PO", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_WARNING_Id", |
|||
table: "SUPPLIER_MRP_WARNING", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_WARNING_RequestDate", |
|||
table: "SUPPLIER_MRP_WARNING", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_STATE_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_LOGS_RequestDate", |
|||
table: "SUPPLIER_MRP_STATE_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_Id", |
|||
table: "SUPPLIER_MRP_STATE", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_RequestDate", |
|||
table: "SUPPLIER_MRP_STATE", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_LOGS_Id", |
|||
table: "SUPPLIER_MRP_MONTH_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_LOGS_RequestDate", |
|||
table: "SUPPLIER_MRP_MONTH_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_Id", |
|||
table: "SUPPLIER_MRP_MONTH", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_RequestDate", |
|||
table: "SUPPLIER_MRP_MONTH", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_DATE_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_LOGS_RequestDate", |
|||
table: "SUPPLIER_MRP_DATE_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_Id", |
|||
table: "SUPPLIER_MRP_DATE", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_RequestDate", |
|||
table: "SUPPLIER_MRP_DATE", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_INV_DATA_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_LOGS_RequestDate", |
|||
table: "SUPPLIER_INV_DATA_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_Id", |
|||
table: "SUPPLIER_INV_DATA", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_RequestDate", |
|||
table: "SUPPLIER_INV_DATA", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_LOGS_Id", |
|||
table: "SUPPLIER_DEL_STATE_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_LOGS_RequestDate", |
|||
table: "SUPPLIER_DEL_STATE_LOGS", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_Id", |
|||
table: "SUPPLIER_DEL_STATE", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_RequestDate", |
|||
table: "SUPPLIER_DEL_STATE", |
|||
column: "RequestDate"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_PO_LOGS_Id", |
|||
table: "SUPPLIER_CON_PO_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_PO_Id", |
|||
table: "SUPPLIER_CON_PO", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_LOGS_Id", |
|||
table: "SUPPLIER_CON_MMRP_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_Id", |
|||
table: "SUPPLIER_CON_MMRP", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_LOGS_Id", |
|||
table: "SUPPLIER_CON_DATE_LOGS", |
|||
column: "Id"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_Id", |
|||
table: "SUPPLIER_CON_DATE", |
|||
column: "Id"); |
|||
} |
|||
|
|||
/// <inheritdoc />
|
|||
protected override void Down(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_SINV_DATA_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_LOGS_RequestDate", |
|||
table: "SUPPLIER_SINV_DATA_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_Id", |
|||
table: "SUPPLIER_SINV_DATA"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_RequestDate", |
|||
table: "SUPPLIER_SINV_DATA"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_LOGS_Id", |
|||
table: "SUPPLIER_SA_WEEK_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_LOGS_RequestDate", |
|||
table: "SUPPLIER_SA_WEEK_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_Id", |
|||
table: "SUPPLIER_SA_WEEK"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_RequestDate", |
|||
table: "SUPPLIER_SA_WEEK"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_RETURN_LOGS_Id", |
|||
table: "SUPPLIER_RETURN_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_RETURN_LOGS_RequestDate", |
|||
table: "SUPPLIER_RETURN_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_RETURN_Id", |
|||
table: "SUPPLIER_RETURN"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_RETURN_RequestDate", |
|||
table: "SUPPLIER_RETURN"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_TSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_RequestDate", |
|||
table: "SUPPLIER_PRO_TSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_LOGS_Id", |
|||
table: "SUPPLIER_PRO_PLANING_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_PLANING_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_Id", |
|||
table: "SUPPLIER_PRO_PLANING"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_RequestDate", |
|||
table: "SUPPLIER_PRO_PLANING"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_HSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_RequestDate", |
|||
table: "SUPPLIER_PRO_HSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_LOGS_RequestDate", |
|||
table: "SUPPLIER_PRO_CSCHEDUL_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_RequestDate", |
|||
table: "SUPPLIER_PRO_CSCHEDUL"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PO_LOGS_Id", |
|||
table: "SUPPLIER_PO_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PO_LOGS_RequestDate", |
|||
table: "SUPPLIER_PO_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PO_Id", |
|||
table: "SUPPLIER_PO"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_PO_RequestDate", |
|||
table: "SUPPLIER_PO"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_WARNING_Id", |
|||
table: "SUPPLIER_MRP_WARNING"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_WARNING_RequestDate", |
|||
table: "SUPPLIER_MRP_WARNING"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_STATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_LOGS_RequestDate", |
|||
table: "SUPPLIER_MRP_STATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_Id", |
|||
table: "SUPPLIER_MRP_STATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_RequestDate", |
|||
table: "SUPPLIER_MRP_STATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_LOGS_Id", |
|||
table: "SUPPLIER_MRP_MONTH_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_LOGS_RequestDate", |
|||
table: "SUPPLIER_MRP_MONTH_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_Id", |
|||
table: "SUPPLIER_MRP_MONTH"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_RequestDate", |
|||
table: "SUPPLIER_MRP_MONTH"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_DATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_LOGS_RequestDate", |
|||
table: "SUPPLIER_MRP_DATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_Id", |
|||
table: "SUPPLIER_MRP_DATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_RequestDate", |
|||
table: "SUPPLIER_MRP_DATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_INV_DATA_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_LOGS_RequestDate", |
|||
table: "SUPPLIER_INV_DATA_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_Id", |
|||
table: "SUPPLIER_INV_DATA"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_RequestDate", |
|||
table: "SUPPLIER_INV_DATA"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_LOGS_Id", |
|||
table: "SUPPLIER_DEL_STATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_LOGS_RequestDate", |
|||
table: "SUPPLIER_DEL_STATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_Id", |
|||
table: "SUPPLIER_DEL_STATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_RequestDate", |
|||
table: "SUPPLIER_DEL_STATE"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_PO_LOGS_Id", |
|||
table: "SUPPLIER_CON_PO_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_PO_Id", |
|||
table: "SUPPLIER_CON_PO"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_LOGS_Id", |
|||
table: "SUPPLIER_CON_MMRP_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_Id", |
|||
table: "SUPPLIER_CON_MMRP"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_LOGS_Id", |
|||
table: "SUPPLIER_CON_DATE_LOGS"); |
|||
|
|||
migrationBuilder.DropIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_Id", |
|||
table: "SUPPLIER_CON_DATE"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_SINV_DATA_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SINV_DATA_Id", |
|||
table: "SUPPLIER_SINV_DATA", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_LOGS_Id", |
|||
table: "SUPPLIER_SA_WEEK_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_SA_WEEK_Id", |
|||
table: "SUPPLIER_SA_WEEK", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_RETURN_LOGS_Id", |
|||
table: "SUPPLIER_RETURN_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_RETURN_Id", |
|||
table: "SUPPLIER_RETURN", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_TSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_TSCHEDUL", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_LOGS_Id", |
|||
table: "SUPPLIER_PRO_PLANING_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_PLANING_Id", |
|||
table: "SUPPLIER_PRO_PLANING", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_HSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_HSCHEDUL", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_LOGS_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PRO_CSCHEDUL_Id", |
|||
table: "SUPPLIER_PRO_CSCHEDUL", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PO_LOGS_Id", |
|||
table: "SUPPLIER_PO_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_PO_Id", |
|||
table: "SUPPLIER_PO", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_WARNING_Id", |
|||
table: "SUPPLIER_MRP_WARNING", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_STATE_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_STATE_Id", |
|||
table: "SUPPLIER_MRP_STATE", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_LOGS_Id", |
|||
table: "SUPPLIER_MRP_MONTH_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_MONTH_Id", |
|||
table: "SUPPLIER_MRP_MONTH", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_LOGS_Id", |
|||
table: "SUPPLIER_MRP_DATE_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_MRP_DATE_Id", |
|||
table: "SUPPLIER_MRP_DATE", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_LOGS_Id", |
|||
table: "SUPPLIER_INV_DATA_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_INV_DATA_Id", |
|||
table: "SUPPLIER_INV_DATA", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_LOGS_Id", |
|||
table: "SUPPLIER_DEL_STATE_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_DEL_STATE_Id", |
|||
table: "SUPPLIER_DEL_STATE", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_PO_LOGS_Id", |
|||
table: "SUPPLIER_CON_PO_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_PO_Id", |
|||
table: "SUPPLIER_CON_PO", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_LOGS_Id", |
|||
table: "SUPPLIER_CON_MMRP_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_MMRP_Id", |
|||
table: "SUPPLIER_CON_MMRP", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_LOGS_Id", |
|||
table: "SUPPLIER_CON_DATE_LOGS", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
|
|||
migrationBuilder.CreateIndex( |
|||
name: "IX_SUPPLIER_CON_DATE_Id", |
|||
table: "SUPPLIER_CON_DATE", |
|||
column: "Id", |
|||
unique: true, |
|||
filter: "[Id] IS NOT NULL"); |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue