File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ TKikimrRunner::TKikimrRunner(const TKikimrSettings& settings) {
130
130
ServerSettings->SetFrFactory (&UdfFrFactory);
131
131
ServerSettings->SetEnableNotNullColumns (true );
132
132
ServerSettings->SetEnableMoveIndex (true );
133
- ServerSettings->SetEnableUniqConstraint (true );
134
133
ServerSettings->SetUseRealThreads (settings.UseRealThreads );
135
134
ServerSettings->SetEnableTablePgTypes (true );
136
135
ServerSettings->S3ActorsFactory = settings.S3ActorsFactory ;
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ message TFeatureFlags {
120
120
optional bool EnableIcNodeCache = 101 [default = true ];
121
121
optional bool EnableTempTables = 102 [default = false ];
122
122
optional bool SuppressCompatibilityCheck = 103 [default = false ];
123
- optional bool EnableUniqConstraint = 104 [default = false ];
123
+ optional bool EnableUniqConstraint = 104 [default = true ];
124
124
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false ];
125
125
optional bool EnableStatistics = 106 [default = true ];
126
126
optional bool EnableUuidAsPrimaryKey = 107 [default = true ];
You can’t perform that action at this time.
0 commit comments