Bug fixes in DB mapping, ver.2.4.251.

This commit is contained in:
Milan Hanajik 2016-03-18 13:16:53 +08:00
parent 0c2c9bb1e2
commit 2bf0ab226f
5 changed files with 9 additions and 7 deletions

View File

@ -11,7 +11,8 @@ namespace Config.Mappings
{
Id(x => x.Id);
Map(x => x.Name);
Map(x => x.Password);
Map(x => x.Number);
Map(x => x.Password);
Map(x => x.Description);
Map(x => x.LastPwChange);
HasMany(x => x.Groups)

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.250.0")]
[assembly: AssemblyFileVersion("2.5.250.0")]
[assembly: AssemblyVersion("2.5.251.0")]
[assembly: AssemblyFileVersion("2.5.251.0")]

View File

@ -15,6 +15,7 @@ namespace Results.Mappings
Map(x => x.TestBenchId);
Map(x => x.ProgramVersion);
Map(x => x.UserName);
Map(x => x.UserNumber);
Map(x => x.ProcedureName);
Map(x => x.ProcedureRevision);
Map(x => x.ProtocolTitle);

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.250.0")]
[assembly: AssemblyFileVersion("2.4.250.0")]
[assembly: AssemblyVersion("2.4.251.0")]
[assembly: AssemblyFileVersion("2.4.251.0")]

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.5.250.1")]
[assembly: AssemblyFileVersion("2.5.250.1")]
[assembly: AssemblyVersion("2.5.251.1")]
[assembly: AssemblyFileVersion("2.5.251.1")]