Bug Report: If you drop multiple tables from the UI, cascade order isn't respected
say
b
depends on a
and you drop them both at the same time, it may try to drop a
before b
and therefore it will error.0 Replies