Skip to content

Commit 5a16b2b

Browse files
committed
DisabledOnSchemeShard has been enabled by default
1 parent 8731e32 commit 5a16b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ message TColumnShardConfig {
17951795
}
17961796
}
17971797
optional TTablesStorageLayoutPolicy TablesStorageLayoutPolicy = 1;
1798-
optional bool DisabledOnSchemeShard = 2 [default = true];
1798+
optional bool DisabledOnSchemeShard = 2 [default = false];
17991799
optional bool IndexationEnabled = 4 [default = true];
18001800
optional bool CompactionEnabled = 5 [default = true];
18011801
optional bool TTLEnabled = 6 [default = true];

0 commit comments

Comments
 (0)