diff --git a/service/storage_service.cc b/service/storage_service.cc index 011b92cf25..97858147cd 100644 --- a/service/storage_service.cc +++ b/service/storage_service.cc @@ -97,7 +97,7 @@ sstring storage_service::get_config_supported_features() { // Add features supported by this local node. When a new feature is // introduced in scylla, update it here, e.g., // return sstring("FEATURE1,FEATURE2") - return sstring(""); + return RANGE_TOMBSTONES_FEATURE; } std::set get_seeds() {