Skip to content

Commit a1c5be0

Browse files
committed
Fixed Enterprise flag
1 parent ad8ee4e commit a1c5be0

File tree

1 file changed

+1
-1
lines changed
  • crates/common/src/config

1 file changed

+1
-1
lines changed

crates/common/src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl Core {
8080
let is_enterprise = enterprise.is_some();
8181

8282
#[cfg(feature = "enterprise")]
83-
if is_enterprise {
83+
if !is_enterprise {
8484
if data.is_enterprise_store() {
8585
config
8686
.new_build_error("storage.data", "SQL read replicas is an Enterprise feature");

0 commit comments

Comments
 (0)