Skip to content

Commit

Permalink
revert needless flag set
Browse files Browse the repository at this point in the history
  • Loading branch information
dystopiandev committed Jun 18, 2024
1 parent 7042819 commit 6ec2093
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 6ec2093

Please sign in to comment.