mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
docs/alternator/compatibility.md describes support for global (multi-DC) tables, and suggests that the CQL command "ALTER TABLE" should be used to change the replication of an Alternator table. But actually, the right command is "ALTER KEYSPACE", not "ALTER TABLE". So fix the document. Fixes #26737 Closes scylladb/scylladb#26872