From 8d2dc68fdddc51bc24ac6f41feb97460a7d27372 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 7 Jan 2018 12:53:01 +0200 Subject: Implemented validation on machine designer. Machine Designer seems to be working properly... --- Software/Visual_Studio/Tango.DAL.Local/DB/IDS_PACKS.cs | 1 + Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx | 3 +++ 2 files changed, 4 insertions(+) (limited to 'Software/Visual_Studio/Tango.DAL.Local') diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/IDS_PACKS.cs b/Software/Visual_Studio/Tango.DAL.Local/DB/IDS_PACKS.cs index c4ffb0cf2..8091dd5d2 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/DB/IDS_PACKS.cs +++ b/Software/Visual_Studio/Tango.DAL.Local/DB/IDS_PACKS.cs @@ -24,5 +24,6 @@ namespace Tango.DAL.Local.DB public string CARTRIDGE_TYPE_GUID { get; set; } public string MID_TANK_TYPE_GUID { get; set; } public string NAME { get; set; } + public long PACK_INDEX { get; set; } } } diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx b/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx index c90afa5ef..85f8c0bad 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx +++ b/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx @@ -274,6 +274,7 @@ + @@ -886,6 +887,7 @@ + @@ -1422,6 +1424,7 @@ + -- cgit v1.3.1