Skip to content

Commit

Permalink
fix: fix enable_refresh_virtual_column_after_write range (databendlab…
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Dec 14, 2023
1 parent a0aa695 commit ae52de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query/settings/src/settings_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ impl DefaultSettings {
desc: "Refresh virtual column after new data written",
possible_values: None,
mode: SettingMode::Both,
range: None,
}),
]);

Expand Down

0 comments on commit ae52de2

Please sign in to comment.