mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
During table creation, it's now possible to provide a 'Tags' parameter, which will add tags to a newly created table. Note that creating a table and tagging it is not atomic, so in case of failure it's possible to end up with a created table, but without appropriate tags. This commit comes with a test. Message-Id: <00c2e202e9075d2c61e4ee5ba322ff4d5dbe718c.1579618972.git.sarna@scylladb.com>