The removeAllTables() function first obtains a list of all tables, and then removes them one by one.
However, if a table already have been removed by the time the script tries to, it will fail. If the table is already gone, this should just be logged and execution should continue.
The removeAllTables() function first obtains a list of all tables, and then removes them one by one.
However, if a table already have been removed by the time the script tries to, it will fail. If the table is already gone, this should just be logged and execution should continue.