mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
Additional token column is now present in every view schema that backs a secondary index. This column is always a first part of the clustering key, so it forces token order on queries. Column's name is ideally idx_token, but can be postfixed with a number to ensure its uniqueness. It also updates tests to make them acknowledge the new token order. Fixes #3423