mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
We rename the type `index_prop_defs` to `index_specific_prop_defs`. The rationale for the change is to distinguish between properties related directly to a index and properties related to the underlying view (if applicable). The type `index_prop_defs` will be re-introduced in an upcomming commit where it'll encompass both index-related and view-related properties. This is a prerequisite for it.