From 4d458e38421d13cf62241bbb3f3a1735d8295b20 Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 30 May 2022 11:18:17 +0800 Subject: [PATCH] bug fixed for config.json --- .../config.json" | 4 +--- .../config.json" | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git "a/data/1.MySQL\345\210\235\351\230\266/1.\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223/config.json" "b/data/1.MySQL\345\210\235\351\230\266/1.\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223/config.json" index 3893983..dc6673b 100644 --- "a/data/1.MySQL\345\210\235\351\230\266/1.\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223/config.json" +++ "b/data/1.MySQL\345\210\235\351\230\266/1.\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223/config.json" @@ -7,9 +7,7 @@ "rdbms" ], "children": [], - "export": [ - "relation.json" - ], + "export": [], "keywords_must": [ "关系型数据库", "database", diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\350\201\232\345\220\210\345\222\214\345\210\206\347\273\204/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\350\201\232\345\220\210\345\222\214\345\210\206\347\273\204/config.json" index 835b378..d99ed8e 100644 --- "a/data/2.MySQL\344\270\255\351\230\266/3.\350\201\232\345\220\210\345\222\214\345\210\206\347\273\204/config.json" +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\350\201\232\345\220\210\345\222\214\345\210\206\347\273\204/config.json" @@ -5,9 +5,7 @@ "分组" ], "children": [], - "export": [ - "salary.json" - ], + "export": [], "keywords_must": [ "group by", "分组", -- GitLab