648649650651652653654655656657658
_log.info(_loc.get("drop-seq-table")); // drop the table SchemaTool tool = new SchemaTool(_conf); tool.setIgnoreErrors(true); tool.dropTable(_pkColumn.getTable()); } ///////// // Main /////////
582583584585586587588589590591592