yu199195 commented on code in PR #3920:
URL: https://github.com/apache/shenyu/pull/3920#discussion_r966083932
##########
db/init/pg/create-table.sql:
##########
@@ -1582,9 +1582,9 @@ INSERT INTO "public"."shenyu_dict" VALUES
('1529403902800302093', 'table', 'INIT
INSERT INTO "public"."shenyu_dict" VALUES ('1529403902800302098',
'threadpool', 'THREADPOOL', 'default', 'default', '', 5, 1, '2022-05-25
18:08:02', '2022-05-25 18:08:02');
INSERT INTO "public"."shenyu_dict" VALUES ('1529403902800302099',
'signRequestBody', 'SIGN_REQUEST_BODY', 'close', 'false', 'close', 1, 1,
'2022-06-29 10:08:02', '2022-06-29 10:08:02');
INSERT INTO "public"."shenyu_dict" VALUES ('1529403902800302100',
'signRequestBody', 'SIGN_REQUEST_BODY', 'open', 'true', 'open', 0, 1,
'2022-06-29 10:08:02', '2022-06-29 10:08:02');
-INSERT INTO "public".`shenyu_dict` VALUES ('1545811989312315392', 'apidoc',
'API_DOC_GLOBAL_FLAG', 'status', 'true', 'Global switching (on or off) of API
documents.', 0, 1, '2022-07-10 00:47:52', '2022-07-10 00:47:52');
-INSERT INTO "public".`shenyu_dict` VALUES ('1545812101056962560', 'apidocEnv',
'ENV_LABEL_OFFLINE', 'Offline', 'http://127.0.0.1:9195', 'Offline environment',
0, 1, '2022-07-10 00:48:19', '2022-07-10 00:48:19');
-INSERT INTO "public".`shenyu_dict` VALUES ('1545812228228259840', 'apidocEnv',
'ENV_LABEL_ONLINE', 'Online', 'http://127.0.0.1:9196', 'Online environment', 1,
1, '2022-07-10 00:48:49', '2022-07-10 00:48:49');
+INSERT INTO "public"."shenyu_dict" VALUES ('1545811989312315392', 'apidoc',
'API_DOC_GLOBAL_FLAG', 'status', 'true', 'Global switching (on or off) of API
documents.', 0, 1, '2022-07-10 00:47:52', '2022-07-10 00:47:52');
+INSERT INTO "public"."shenyu_dict" VALUES ('1545812101056962560', 'apidocEnv',
'ENV_LABEL_OFFLINE', 'Offline', 'http://127.0.0.1:9195', 'Offline environment',
0, 1, '2022-07-10 00:48:19', '2022-07-10 00:48:19');
Review Comment:
I think this pr only modify this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]