How to drop ALL DB objects made using liquibase i have come accross the command DropAll, it only drop all tables in the database, i have explore on the google but still strugling,
so i have drop the queue tables by running plsql with liquibase
then I have use the command dropAll to drop all the tables and sequences.
Is there is another solution to do that or I will stay with that