diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx | 3 |
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 345ae44a6..2ee958a76 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx @@ -623,6 +623,7 @@ <Property Name="FTP_FILE_PATH" Type="varchar" MaxLength="200" Nullable="false" /> <Property Name="COMMENTS" Type="nvarchar(max)" Nullable="false" /> <Property Name="USER_GUID" Type="varchar" MaxLength="36" Nullable="false" /> + <Property Name="FORCE_UPDATE" Type="bit" Nullable="false" /> </EntityType> <EntityType Name="MACHINE_VERSIONS"> <Key> @@ -3445,6 +3446,7 @@ <Property Name="FTP_FILE_PATH" Type="String" Nullable="false" MaxLength="200" FixedLength="false" Unicode="false" /> <Property Name="COMMENTS" Type="String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /> <Property Name="USER_GUID" Type="String" Nullable="false" MaxLength="36" FixedLength="false" Unicode="false" /> + <Property Name="FORCE_UPDATE" Type="Boolean" Nullable="false" /> <NavigationProperty Name="USER" Relationship="RemoteModel.FK_MACHINE_STUDIO_VERSIONS_USERS" FromRole="MACHINE_STUDIO_VERSIONS" ToRole="USER" /> </EntityType> <EntityType Name="MACHINE_VERSIONS"> @@ -5512,6 +5514,7 @@ <EntitySetMapping Name="MACHINE_STUDIO_VERSIONS"> <EntityTypeMapping TypeName="RemoteModel.MACHINE_STUDIO_VERSIONS"> <MappingFragment StoreEntitySet="MACHINE_STUDIO_VERSIONS"> + <ScalarProperty Name="FORCE_UPDATE" ColumnName="FORCE_UPDATE" /> <ScalarProperty Name="USER_GUID" ColumnName="USER_GUID" /> <ScalarProperty Name="COMMENTS" ColumnName="COMMENTS" /> <ScalarProperty Name="FTP_FILE_PATH" ColumnName="FTP_FILE_PATH" /> |
