aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx')
-rw-r--r--Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
index d28d22849..889a6ded6 100644
--- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
+++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
@@ -963,6 +963,7 @@
<Property Name="LIGHT_INKS_INSTALLED" Type="bit" Nullable="false" />
<Property Name="BTSR_INSTALLED" Type="bit" Nullable="false" />
<Property Name="VERSION_TAG" Type="varchar" MaxLength="50" />
+ <Property Name="MACHINE_TYPE" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="MACHINES_EVENTS">
<Key>
@@ -6597,6 +6598,7 @@
<Property Name="LIGHT_INKS_INSTALLED" Type="Boolean" Nullable="false" />
<Property Name="BTSR_INSTALLED" Type="Boolean" Nullable="false" />
<Property Name="VERSION_TAG" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
+ <Property Name="MACHINE_TYPE" Type="Int32" Nullable="false" />
<NavigationProperty Name="CATS" Relationship="RemoteModel.FK_CATS_MACHINES" FromRole="MACHINE" ToRole="CAT" />
<NavigationProperty Name="COLOR_PROCESS_PARAMETERS" Relationship="RemoteModel.FK_COLOR_PROCESS_PARAMETERS_MACHINES" FromRole="MACHINE" ToRole="COLOR_PROCESS_PARAMETERS" />
<NavigationProperty Name="CONFIGURATION" Relationship="RemoteModel.FK_MACHINES_CONFIGURATIONS" FromRole="MACHINE" ToRole="CONFIGURATION" />
@@ -9997,6 +9999,7 @@
<EntitySetMapping Name="MACHINES">
<EntityTypeMapping TypeName="RemoteModel.MACHINE">
<MappingFragment StoreEntitySet="MACHINES">
+ <ScalarProperty Name="MACHINE_TYPE" ColumnName="MACHINE_TYPE" />
<ScalarProperty Name="VERSION_TAG" ColumnName="VERSION_TAG" />
<ScalarProperty Name="BTSR_INSTALLED" ColumnName="BTSR_INSTALLED" />
<ScalarProperty Name="LIGHT_INKS_INSTALLED" ColumnName="LIGHT_INKS_INSTALLED" />