Skip to content

Commit dd61836

Browse files
committed
Removing usage of obsolete TimestampType
1 parent 49edd8f commit dd61836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/NHibernate.Envers/Configuration/RevisionInfoConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public RevisionInfoConfiguration(GlobalConfiguration globalCfg, IMetaDataStore m
3434
revisionInfoIdData = new PropertyData("Id", "Id", "property");
3535
revisionInfoTimestampData = new PropertyData("RevisionDate", "RevisionDate", "property");
3636
modifiedEntityNamesData = new PropertyData("ModifiedEntityNames", "ModifiedEntityNames", "property");
37-
revisionInfoTimestampType = new TimestampType(); //ORIG: LongType();
37+
revisionInfoTimestampType = new DateTimeType();
3838
revisionPropType = typeof(int);
3939
}
4040

0 commit comments

Comments
 (0)