feat: 数据同步程序第二版 升级nezha2104到2111数据结构

This commit is contained in:
tanghao
2021-11-23 11:10:28 +08:00
parent 9a61d3da26
commit fc80c0a786
158 changed files with 627 additions and 8296 deletions

View File

@@ -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-----------------------");
}