mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
Previously dropping a table with secondary indexes failed, because SI are internally backed by materialized views. This commit triggers dropping dependent secondary indexes before dropping a table. Fixes #3202