mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 02:31:03 +00:00
The DeleteTable operation in Alternator shoudl return a TableDescription object describing the table which has just been deleted, similar to what DescribeTable returns Fixes scylladb#11472 Closes #11628