Skip to content

Commit

Permalink
fix: updated timestamp from int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran committed Nov 11, 2020
1 parent b70a3b6 commit 1a51bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public class BackOfficeContentBlockerSchema

[Column("PageId")] public int PageId { get; set; }

[Column("TimeStamp")] public int TimeStamp { get; set; }
[Column("TimeStamp")] public string TimeStamp { get; set; }
}
}

0 comments on commit 1a51bc1

Please sign in to comment.