diff --git a/gms/feature_service.hh b/gms/feature_service.hh index 92c7709d6a..3e7ecd4033 100644 --- a/gms/feature_service.hh +++ b/gms/feature_service.hh @@ -183,6 +183,7 @@ public: gms::feature arbitrary_tablet_boundaries { *this, "ARBITRARY_TABLET_BOUNDARIES"sv }; gms::feature large_data_virtual_tables { *this, "LARGE_DATA_VIRTUAL_TABLES"sv }; gms::feature keyspace_multi_rf_change { *this, "KEYSPACE_MULTI_RF_CHANGE"sv }; + gms::feature view_building_tasks_min_task_id { *this, "VIEW_BUILDING_TASKS_MIN_TASK_ID"sv }; public: const std::unordered_map>& registered_features() const;