Description
Currently, drop ... commands are generated in ddl which drop all tables (and possibly schemas).
The generation of drop commands cannot be easily switched off.
There should be a property torque.sql.generate.drops, which is set to true by default, which is used to determine if drop commands are generated. If set to false, no drop commands should be generated.