Skip to content

Commit

Permalink
replace as default write modification type (#7894)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Aug 16, 2024
1 parent 37cf6b0 commit 04beb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/data_events/write_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TWriteMeta {
YDB_ACCESSOR_DEF(TString, DedupId);

YDB_READONLY(TString, Id, TGUID::CreateTimebased().AsUuidString());
YDB_ACCESSOR(EModificationType, ModificationType, EModificationType::Upsert);
YDB_ACCESSOR(EModificationType, ModificationType, EModificationType::Replace);
YDB_READONLY(TMonotonic, WriteStartInstant, TMonotonic::Now());
YDB_ACCESSOR(TMonotonic, WriteMiddle1StartInstant, TMonotonic::Now());
YDB_ACCESSOR(TMonotonic, WriteMiddle2StartInstant, TMonotonic::Now());
Expand Down

0 comments on commit 04beb79

Please sign in to comment.