mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
This patch adds the MATERIALIZED_VIEWS_FEATURE to the set of cluster features and requires its presence to allow creating a view. This ensures view schemas can be safely propagated across nodes. Signed-off-by: Duarte Nunes <duarte@scylladb.com>