Skip to content

Commit

Permalink
revert needless flag set
Browse files Browse the repository at this point in the history
  • Loading branch information
dystopiandev authored and jeremydmiller committed Jun 27, 2024
1 parent 5167efe commit 767c60e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Marten/MartenRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ public DocumentMappingExpression<T> UseOptimisticConcurrency(bool enabled)
if (enabled)
{
m.UseNumericRevisions = false;
m.Metadata.Revision.Enabled = false;
m.Metadata.Version.Enabled = true;
}
};
Expand Down

0 comments on commit 767c60e

Please sign in to comment.