Fixed Enterprise flag
Some checks failed
trivy / Check (push) Failing after 8s

This commit is contained in:
mdecimus 2024-10-17 09:11:44 +02:00
parent ad8ee4e599
commit a1c5be0e11

View file

@ -80,7 +80,7 @@ impl Core {
let is_enterprise = enterprise.is_some();
#[cfg(feature = "enterprise")]
if is_enterprise {
if !is_enterprise {
if data.is_enterprise_store() {
config
.new_build_error("storage.data", "SQL read replicas is an Enterprise feature");