DB2 Alias dropAll, attempts to drop table instead of alias

When I use liquibase to dropAll in DB2 it generates a drop table command instead of a drop alias command and hence fails with SQLState:  42704, which is An undefined object or constraint name was detected.