From afc1ff662c7c862a511a4071fd81348d3be0faa0 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 5 Jun 2023 16:10:42 +0200 Subject: [PATCH] Fix migration + fix preparazione import DoorOpType --- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- .../Controllers/OrderController.cs | 34 +- .../Controllers/WebDoorCreatorController.cs | 86 +- WebDoorCreator.Data/DTO/DoorCostingDTO.cs | 6 +- WebDoorCreator.Data/DTO/DoorPriceDTO.cs | 2 +- .../DbModels/DoorOpTypeModel.cs | 18 +- .../DbModels/DoorOpTypeTempModel.cs | 129 ++ ...0230605134244_DoorOpTypeUpdate.Designer.cs | 982 +++++++++++++++ .../20230605134244_DoorOpTypeUpdate.cs | 48 + ...0605135250_DoorOpTypeTempSetup.Designer.cs | 1055 +++++++++++++++++ .../20230605135250_DoorOpTypeTempSetup.cs | 48 + .../WDCData/WDCDataContextModelSnapshot.cs | 83 +- .../Services/WebDoorCreatorService.cs | 30 +- .../Stored/stp_DoorOpType_Import.sql | 39 + .../Stored/stp_DoorOpType_Prepare.sql | 25 + .../SqlScripts/Stored/stp_ListVal_Import.sql | 10 +- .../SqlScripts/Stored/stp_ListVal_Prepare.sql | 5 + WebDoorCreator.Data/WDCDataContext.cs | 1 + .../WebDoorCreator.Data.csproj | 6 + .../Components/DoorMan/DoorList.razor.cs | 2 +- WebDoorCreator.UI/Pages/SuperAdmin.razor.cs | 2 +- WebDoorCreator.UI/WebDoorCreator.UI.csproj | 2 +- 24 files changed, 2573 insertions(+), 46 deletions(-) create mode 100644 WebDoorCreator.Data/DbModels/DoorOpTypeTempModel.cs create mode 100644 WebDoorCreator.Data/Migrations/WDCData/20230605134244_DoorOpTypeUpdate.Designer.cs create mode 100644 WebDoorCreator.Data/Migrations/WDCData/20230605134244_DoorOpTypeUpdate.cs create mode 100644 WebDoorCreator.Data/Migrations/WDCData/20230605135250_DoorOpTypeTempSetup.Designer.cs create mode 100644 WebDoorCreator.Data/Migrations/WDCData/20230605135250_DoorOpTypeTempSetup.cs create mode 100644 WebDoorCreator.Data/SqlScripts/Stored/stp_DoorOpType_Import.sql create mode 100644 WebDoorCreator.Data/SqlScripts/Stored/stp_DoorOpType_Prepare.sql diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index b2e8a3d..d870033 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ WebDoorCreator - Egalware -

Version: 0.9.2306.0510

+

Version: 0.9.2306.0516


Release note: