aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-19 17:23:24 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-19 17:25:22 +0300
commitb6745cf00a2aedae8da24a2477d1000f30e7e1d3 (patch)
tree0035b1984a542846f186fbc613e9925dc1d168d0 /Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
parent3fc440bd00595d660299de7da0fce21945014df4 (diff)
downloadTango-b6745cf00a2aedae8da24a2477d1000f30e7e1d3.tar.gz
Tango-b6745cf00a2aedae8da24a2477d1000f30e7e1d3.zip
Added Number of Spools to Job table.
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 049c4a131..0a3fa8bd7 100644
--- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
+++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
@@ -838,6 +838,7 @@
<Property Name="IS_SYNCHRONIZED" Type="bit" Nullable="false" />
<Property Name="SOURCE" Type="int" Nullable="false" />
<Property Name="VERSION" Type="int" Nullable="false" />
+ <Property Name="NUMBER_OF_SPOOLS" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="LINEAR_MASS_DENSITY_UNITS">
<Key>
@@ -6490,6 +6491,7 @@
<Property Name="IS_SYNCHRONIZED" Type="Boolean" Nullable="false" />
<Property Name="SOURCE" Type="Int32" Nullable="false" />
<Property Name="VERSION" Type="Int32" Nullable="false" />
+ <Property Name="NUMBER_OF_SPOOLS" Type="Int32" Nullable="false" />
<NavigationProperty Name="COLOR_CATALOGS" Relationship="RemoteModel.FK_JOBS_COLOR_CATALOGS" FromRole="JOB" ToRole="COLOR_CATALOGS" />
<NavigationProperty Name="COLOR_SPACES" Relationship="RemoteModel.FK_JOBS_COLOR_SPACES" FromRole="JOB" ToRole="COLOR_SPACES" />
<NavigationProperty Name="CUSTOMER" Relationship="RemoteModel.FK_JOBS_CUSTOMERS" FromRole="JOB" ToRole="CUSTOMER" />
@@ -9941,6 +9943,7 @@
<EntitySetMapping Name="JOBS">
<EntityTypeMapping TypeName="RemoteModel.JOB">
<MappingFragment StoreEntitySet="JOBS">
+ <ScalarProperty Name="NUMBER_OF_SPOOLS" ColumnName="NUMBER_OF_SPOOLS" />
<ScalarProperty Name="VERSION" ColumnName="VERSION" />
<ScalarProperty Name="SOURCE" ColumnName="SOURCE" />
<ScalarProperty Name="IS_SYNCHRONIZED" ColumnName="IS_SYNCHRONIZED" />