migrating session/map it to guid.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
155cb4ea9a
commit
195533bce0
17 changed files with 672 additions and 82 deletions
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Sledgemapper.Api.Models
|
||||
|
@ -9,8 +10,7 @@ namespace Sledgemapper.Api.Models
|
|||
public int SnapshotId { get; set; }
|
||||
|
||||
[Required]
|
||||
public int SessionId { get; set; }
|
||||
|
||||
public Guid SessionId { get; set; }
|
||||
|
||||
[Required]
|
||||
public string Object { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue