Skip to content

Commit

Permalink
Enable TableDatetime64 by default (#6601)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Jul 12, 2024
1 parent 049bc6d commit 2757f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ message TFeatureFlags {
optional bool EnableGraphShard = 125 [default = false];
optional bool EnableExternalSourceSchemaInference = 126 [default = false];
optional bool EnableDbMetadataCache = 127 [default = false];
optional bool EnableTableDatetime64 = 128 [default = false];
optional bool EnableTableDatetime64 = 128 [default = true];
optional bool EnableResourcePools = 129 [default = false];
optional bool EnableColumnStatistics = 130 [default = false];
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
Expand Down

0 comments on commit 2757f82

Please sign in to comment.