Skip to content

Commit 83065e2

Browse files
committed
#16: Removed "NotMapped" attribute because its not necessary.
1 parent 06b93ef commit 83065e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SQLite.CodeFirst/Entities/History.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public class History : IHistory
1515
/// The postfix which is appended to the history table name
1616
/// to ensure that this table name is unique.
1717
/// </summary>
18-
[NotMapped]
1918
public const string TableNamePostfix = "82c009b41631-48579635f1ff64eb62d9";
2019

2120
/// <summary>

0 commit comments

Comments
 (0)