diff --git a/gms/feature_service.hh b/gms/feature_service.hh index 2f1242a1b0..de098448e4 100644 --- a/gms/feature_service.hh +++ b/gms/feature_service.hh @@ -81,6 +81,7 @@ public: gms::feature user_defined_functions { *this, "UDF"sv }; gms::feature alternator_streams { *this, "ALTERNATOR_STREAMS"sv }; gms::feature alternator_ttl { *this, "ALTERNATOR_TTL"sv }; + gms::feature cql_row_ttl { *this, "CQL_ROW_TTL"sv }; gms::feature range_scan_data_variant { *this, "RANGE_SCAN_DATA_VARIANT"sv }; gms::feature cdc_generations_v2 { *this, "CDC_GENERATIONS_V2"sv }; gms::feature user_defined_aggregates { *this, "UDA"sv };