We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8ee4e commit a1c5be0Copy full SHA for a1c5be0
crates/common/src/config/mod.rs
@@ -80,7 +80,7 @@ impl Core {
80
let is_enterprise = enterprise.is_some();
81
82
#[cfg(feature = "enterprise")]
83
- if is_enterprise {
+ if !is_enterprise {
84
if data.is_enterprise_store() {
85
config
86
.new_build_error("storage.data", "SQL read replicas is an Enterprise feature");
0 commit comments