mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +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