feat: 数据同步程序第二版 升级nezha2104到2111数据结构
This commit is contained in:
@@ -25,13 +25,10 @@ public class AfterHandler implements CommandLineRunner {
|
||||
@Override
|
||||
public void run(String... args) throws Exception {
|
||||
|
||||
sqlHandler.removeTable();
|
||||
log.info("remove table successful");
|
||||
|
||||
sqlHandler.removeColumn();
|
||||
log.info("remove column successful");
|
||||
sqlHandler.removeCopy();
|
||||
log.info("remove copy back successful");
|
||||
|
||||
log.info("-----------------program end-----------------------");
|
||||
log.info("remove table successful");
|
||||
log.info("-----------------transfer data success-----------------------");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user