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 178899d commit e9d1574Copy full SHA for e9d1574
ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h
@@ -49,7 +49,7 @@ using TTypeId = NScheme::TTypeId;
49
using TTypeInfo = NScheme::TTypeInfo;
50
51
struct TTestSchema {
52
- static inline const TString DefaultTtlColumn = "saved_at";
+ static inline const TString DefaultTtlColumn = "timestamp";
53
54
struct TStorageTier {
55
TString TtlColumn = DefaultTtlColumn;
0 commit comments