We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cba02 commit 35e1561Copy full SHA for 35e1561
src/MigrationTools/DataContracts/RevisionItem.cs
@@ -9,10 +9,12 @@ public class RevisionItem
9
public int Index { get; set; }
10
public int Number { get; set; }
11
public DateTime ChangedDate { get; set; }
12
-
13
public DateTime OriginalChangedDate { get; set; }
+
14
+ public DateTime CreatedDate { get; set; }
15
+ public DateTime OriginalCreatedDate { get; set; }
16
public string Type { get; set; }
17
public Dictionary<string, FieldItem> Fields { get; set; }
18
public Dictionary<string, EnricherData> EnricherData { get; set; }
19
}
-}
20
+}
0 commit comments