From 7512cf765ae6008fd77214f7dbcd250939a13c97 Mon Sep 17 00:00:00 2001 From: Mars Liu Date: Wed, 1 Jun 2022 18:14:24 +0800 Subject: [PATCH] set slave-master as group 2 --- .../config.json" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/data/3.MySQL\351\253\230\351\230\266/6.\350\277\220\347\273\264\344\270\216\346\236\266\346\236\204/1.\344\270\273\344\273\216\345\244\215\345\210\266/config.json" "b/data/3.MySQL\351\253\230\351\230\266/6.\350\277\220\347\273\264\344\270\216\346\236\266\346\236\204/1.\344\270\273\344\273\216\345\244\215\345\210\266/config.json" index 41fd8c5..2609cc2 100644 --- "a/data/3.MySQL\351\253\230\351\230\266/6.\350\277\220\347\273\264\344\270\216\346\236\266\346\236\204/1.\344\270\273\344\273\216\345\244\215\345\210\266/config.json" +++ "b/data/3.MySQL\351\253\230\351\230\266/6.\350\277\220\347\273\264\344\270\216\346\236\266\346\236\204/1.\344\270\273\344\273\216\345\244\215\345\210\266/config.json" @@ -1,11 +1,11 @@ { "node_id": "mysql-cc8606a40aac43cb8b063a65f51e4df1", - "keywords": [], + "keywords": ["slave", "master", "standby"], "children": [], "export": [ "slave_master.json" ], "keywords_must": [], "keywords_forbid": [], - "group": 0 + "group": 2 } \ No newline at end of file -- GitLab