Browse Source

初始化脚本

gaodm 4 years ago
parent
commit
13147857f1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/004.20210225知识库迁移到Mysql/cdss-core_init.sql

+ 5 - 0
doc/004.20210225知识库迁移到Mysql/cdss-core_init.sql

@@ -0,0 +1,5 @@
+use `cdss`;
+
+DROP TABLE IF EXISTS `graph_concept_detail`;
+DROP TABLE IF EXISTS `graph_concept_info`;
+DROP TABLE IF EXISTS `graph_disease_corresponding`;