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

hefengen 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 d93d6b7d5f Update create-table.sql(Fixed PluginHandle list) (#5369)
d93d6b7d5f is described below

commit d93d6b7d5f8069caee7c09d04c097c5d67652579
Author: ttfont <132729084+ttf...@users.noreply.github.com>
AuthorDate: Wed Dec 20 15:36:03 2023 +0800

    Update create-table.sql(Fixed PluginHandle list) (#5369)
    
    Fixed PluginHandle list:
    Fixed json formatting issues with the PluginHandle list query
---
 db/init/pg/create-table.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db/init/pg/create-table.sql b/db/init/pg/create-table.sql
index a80fb9607d..f6a6cbd173 100644
--- a/db/init/pg/create-table.sql
+++ b/db/init/pg/create-table.sql
@@ -1091,13 +1091,13 @@ INSERT INTO "public"."plugin_handle" VALUES 
('1529403902779330591', '24', 'field
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330592', '24', 
'decryptKey', 'decryptKey', 2, 2, 3, NULL, '2022-05-25 18:08:01', '2022-05-25 
18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330593', '24', 
'encryptKey', 'encryptKey', 2, 2, 3, NULL, '2022-05-25 18:08:01', '2022-05-25 
18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330594', '24', 
'way', 'way', 3, 2, 3, NULL, '2022-05-25 18:08:01', '2022-05-25 18:08:01');
-INSERT INTO "public"."plugin_handle" VALUES ('1630760188111376384', '24', 
'mapType', 'mapType', 3, 2, 3, 
'{\"required\":\"0\",\"defaultValue\":\"all\",\"rule\":\"\"}', '2023-03-01 
10:41:41', '2023-03-01 10:42:21');
+INSERT INTO "public"."plugin_handle" VALUES ('1630760188111376384', '24', 
'mapType', 'mapType', 3, 2, 3, 
'{"required":"0","defaultValue":"all","rule":""}', '2023-03-01 10:41:41', 
'2023-03-01 10:42:21');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330595', '25', 
'strategyName', 'strategyName', 3, 2, 2, NULL, '2022-05-25 18:08:01', 
'2022-05-25 18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330596', '25', 
'decryptKey', 'decryptKey', 2, 2, 3, NULL, '2022-05-25 18:08:01', '2022-05-25 
18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330597', '25', 
'encryptKey', 'encryptKey', 2, 2, 3, NULL, '2022-05-25 18:08:01', '2022-05-25 
18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330598', '25', 
'fieldNames', 'fieldNames', 2, 2, 4, NULL, '2022-05-25 18:08:01', '2022-05-25 
18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330599', '25', 
'way', 'way', 3, 2, 3, NULL, '2022-05-25 18:08:01', '2022-05-25 18:08:01');
-INSERT INTO "public"."plugin_handle" VALUES ('1630768384280514560', '25', 
'mapType', 'mapType', 3, 2, 4, 
'{\"required\":\"0\",\"defaultValue\":\"all\",\"rule\":\"\"}', '2023-03-01 
11:14:15', '2023-03-01 11:15:14');
+INSERT INTO "public"."plugin_handle" VALUES ('1630768384280514560', '25', 
'mapType', 'mapType', 3, 2, 4, 
'{"required":"0","defaultValue":"all","rule":""}', '2023-03-01 11:14:15', 
'2023-03-01 11:15:14');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330600', '6', 
'gray', 'gray', 3, 1, 9, 
'{"required":"0","defaultValue":"false","placeholder":"gray","rule":""}', 
'2022-05-25 18:08:01', '2022-05-25 18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330601', '6', 
'group', 'group', 2, 1, 3, '{"required":"0","placeholder":"group","rule":""}', 
'2022-05-25 18:08:01', '2022-05-25 18:08:01');
 INSERT INTO "public"."plugin_handle" VALUES ('1529403902779330602', '6', 
'loadbalance', 'loadbalance', 3, 2, 0, 
'{"required":"0","placeholder":"loadbalance","rule":""}', '2022-05-25 
18:08:01', '2022-05-25 18:08:01');

Reply via email to