Skip to content

Commit ee699c1

Browse files
AllProperties
1 parent e5a92f2 commit ee699c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LightWeight/DataTypeInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class DataTypeInfo
3838
public required bool IsRowVersion { get; init; }
3939

4040
[JsonIgnore]
41-
public required Dictionary<string, string>? AllProperties { get; init; }
41+
public Dictionary<string, string>? AllProperties { get; init; }
4242

4343
public override string ToString()
4444
{

0 commit comments

Comments
 (0)