mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 06:23:03 +00:00
When I came across db/legacy_schema_migrator.cc, I had no idea what it does and though I had obvious guesses (it somehow migrates old schemas, right?) I didn't know what it really does. So after I figured this out, I wrote this comment so the next person doesn't need to guess. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20180605120225.25173-1-nyh@scylladb.com>