# Check that dropped (really GC-ed) tables get their span configs removed.

reconcile
----

mutations discard
----

exec-sql
CREATE DATABASE db;
CREATE TABLE db.t1();
----

mutations
----
upsert /Table/10{6-7}                      range default

exec-sql
DROP TABLE db.t1;
----

mutations
----
delete /Table/10{6-7}
