This is an automated email from the ASF dual-hosted git repository.

dengliming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 1385593fb fix issue 3973: modify the non-standard quote(`) which is 
not supported by PG. (#3979)
1385593fb is described below

commit 1385593fb43af8d861501c4f2ef6fe9960300ac9
Author: Wu Daifu <[email protected]>
AuthorDate: Thu Sep 22 12:57:06 2022 +0800

    fix issue 3973: modify the non-standard quote(`) which is not supported by 
PG. (#3979)
---
 db/init/pg/create-table.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db/init/pg/create-table.sql b/db/init/pg/create-table.sql
index c514920e4..e08652b92 100644
--- a/db/init/pg/create-table.sql
+++ b/db/init/pg/create-table.sql
@@ -1583,9 +1583,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');
+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 ('1529402613195784271', 
'securityProtocol', 'SECURITY_PROTOCOL', 'default', '', '', 0, 1, '2022-09-02 
00:00:00', '2022-09-02 00:00:00');
 INSERT INTO "public"."shenyu_dict" VALUES ('1529402613195784272', 
'securityProtocol', 'SECURITY_PROTOCOL', 'SSL', 'SSL', '', 1, 1, '2022-09-02 
00:00:00', '2022-09-02 00:00:00');
 INSERT INTO "public"."shenyu_dict" VALUES ('1529402613195784273', 
'securityProtocol', 'SECURITY_PROTOCOL', 'PLAINTEXT', 'PLAINTEXT', '', 2, 1, 
'2022-09-02 00:00:00', '2022-09-02 00:00:00');

Reply via email to