(improvement)(launcher) Optimize demo data loading to avoid repeatedly writing data to mysql (#1043)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-05-29 16:41:20 +08:00
committed by GitHub
parent 9c3509fc1f
commit 26ab536c32
7 changed files with 47 additions and 5 deletions

View File

@@ -565,4 +565,4 @@ CREATE TABLE IF NOT EXISTS `s2_term` (
`updated_at` datetime DEFAULT NULL ,
`updated_by` varchar(100) DEFAULT NULL ,
PRIMARY KEY (`id`)
);
) ENGINE = InnoDB DEFAULT CHARSET = utf8 COMMENT ='术语表';