Skip to content

Commit d9daeb3

Browse files
committed
enable EnableAlterDatabaseCreateHiveFirst feature flag
1 parent 7b221e9 commit d9daeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ message TFeatureFlags {
9494
optional bool EnableDataShardGenericReadSets = 81 [default = false];
9595
// enable alter database operation to create subdomain's system tablets
9696
// directly in subdomain's hive
97-
optional bool EnableAlterDatabaseCreateHiveFirst = 82 [default = false];
97+
optional bool EnableAlterDatabaseCreateHiveFirst = 82 [default = true];
9898
reserved 83; // EnableKqpDataQuerySourceRead
9999
optional bool EnableSmallDiskOptimization = 84 [default = true];
100100
optional bool EnableDataShardVolatileTransactions = 85 [default = false];

0 commit comments

Comments
 (0)