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 6fe6205 commit c4ac208Copy full SHA for c4ac208
src/Tests/Framework/Integration/Bootstrappers/Seeder.cs
@@ -130,6 +130,9 @@ private void CreateProjectIndex()
130
}
131
132
public static TypeMappingDescriptor<Project> MapProject(TypeMappingDescriptor<Project> m) => m
133
+ .TimestampField(t => t
134
+ .Enabled()
135
+ )
136
.Properties(props => props
137
.String(s => s
138
.Name(p => p.Name)
0 commit comments