mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
It simplifies add_table_to_schema_mutation() interface. The current code is also a bit confusing, partition_key is created with the keyspaces() schema and used in mutations destined for the columnfamilies() schema. It works, the types are the same, but looks a bit scary.