From 1a8d15ee05cd9e4d0b8eb13e0fa5bc49fed3d153 Mon Sep 17 00:00:00 2001 From: Mars Liu Date: Tue, 23 Nov 2021 00:12:51 +0800 Subject: [PATCH] fly on exercises --- .../1.\345\256\211\350\243\205PostgreSQL/install.json" | 7 +++++++ .../paged.json" | 3 ++- .../1.standby/backup.json" | 3 ++- .../config.json" | 2 +- .../continuous.json" | 3 ++- data/tree.json | 6 +++++- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git "a/data/1.PostgreSQL\345\210\235\351\230\266/2.PostgreSQL\347\232\204\345\256\211\350\243\205/1.\345\256\211\350\243\205PostgreSQL/install.json" "b/data/1.PostgreSQL\345\210\235\351\230\266/2.PostgreSQL\347\232\204\345\256\211\350\243\205/1.\345\256\211\350\243\205PostgreSQL/install.json" index e69de29..da60411 100644 --- "a/data/1.PostgreSQL\345\210\235\351\230\266/2.PostgreSQL\347\232\204\345\256\211\350\243\205/1.\345\256\211\350\243\205PostgreSQL/install.json" +++ "b/data/1.PostgreSQL\345\210\235\351\230\266/2.PostgreSQL\347\232\204\345\256\211\350\243\205/1.\345\256\211\350\243\205PostgreSQL/install.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "刘鑫", + "source": "install.md", + "notebook_enable": false, + "exercise_id": "ca4669e5d66944df830390aec841cc7b" +} \ No newline at end of file diff --git "a/data/2.PostgreSQL\344\270\255\351\230\266/2.\346\234\215\345\212\241\347\253\257\347\274\226\347\250\213/4.\345\210\206\351\241\265\346\237\245\350\257\242/paged.json" "b/data/2.PostgreSQL\344\270\255\351\230\266/2.\346\234\215\345\212\241\347\253\257\347\274\226\347\250\213/4.\345\210\206\351\241\265\346\237\245\350\257\242/paged.json" index 164a4b7..1d8d156 100644 --- "a/data/2.PostgreSQL\344\270\255\351\230\266/2.\346\234\215\345\212\241\347\253\257\347\274\226\347\250\213/4.\345\210\206\351\241\265\346\237\245\350\257\242/paged.json" +++ "b/data/2.PostgreSQL\344\270\255\351\230\266/2.\346\234\215\345\212\241\347\253\257\347\274\226\347\250\213/4.\345\210\206\351\241\265\346\237\245\350\257\242/paged.json" @@ -2,5 +2,6 @@ "type": "code_options", "author": "刘鑫", "source": "paged.md", - "notebook_enable": false + "notebook_enable": false, + "exercise_id": "c92fab72b5c24e76b1032ca7a0c64c44" } \ No newline at end of file diff --git "a/data/3.PostgreSQL\351\253\230\351\230\266/1.\351\233\206\347\276\244\345\222\214\345\244\215\345\210\266/1.standby/backup.json" "b/data/3.PostgreSQL\351\253\230\351\230\266/1.\351\233\206\347\276\244\345\222\214\345\244\215\345\210\266/1.standby/backup.json" index ed265c3..b53a7e3 100644 --- "a/data/3.PostgreSQL\351\253\230\351\230\266/1.\351\233\206\347\276\244\345\222\214\345\244\215\345\210\266/1.standby/backup.json" +++ "b/data/3.PostgreSQL\351\253\230\351\230\266/1.\351\233\206\347\276\244\345\222\214\345\244\215\345\210\266/1.standby/backup.json" @@ -2,5 +2,6 @@ "type": "code_options", "author": "刘鑫", "source": "backup.md", - "notebook_enable": false + "notebook_enable": false, + "exercise_id": "261517a14bca4cfd98ce23caf63c9cf5" } \ No newline at end of file diff --git "a/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/config.json" "b/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/config.json" index 0d16215..448192c 100644 --- "a/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/config.json" +++ "b/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/config.json" @@ -2,5 +2,5 @@ "node_id": "pg-2e691ed3a847424eb887b40aca750c4e", "keywords": [], "children": [], - "export": ["continuous"] + "export": ["continuous.json"] } \ No newline at end of file diff --git "a/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/continuous.json" "b/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/continuous.json" index 9adf017..bec712a 100644 --- "a/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/continuous.json" +++ "b/data/3.PostgreSQL\351\253\230\351\230\266/3.SQL\351\253\230\347\272\247\346\212\200\345\267\247/1.\351\200\222\345\275\222\346\237\245\350\257\242/continuous.json" @@ -2,5 +2,6 @@ "type": "code_options", "author": "刘鑫", "source": "continuous.md", - "notebook_enable": false + "notebook_enable": false, + "exercise_id": "bd4568ed83594d12b510c6c69bf611f2" } \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index a130ecc..7c590d5 100644 --- a/data/tree.json +++ b/data/tree.json @@ -45,7 +45,11 @@ { "登录PostgreSQL": { "node_id": "pg-586916fe52e245efb399ae862378f87f", - "keywords": [], + "keywords": [ + "登录", + "身份验证", + "授权" + ], "children": [] } }, -- GitLab