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 2ed687f65b [type:fix] fix h2 database wrong json (#5948)
2ed687f65b is described below

commit 2ed687f65b7f4af07bfcce1bec095eee0006d278
Author: eye-gu <734164...@qq.com>
AuthorDate: Wed Mar 5 12:33:44 2025 +0800

    [type:fix] fix h2 database wrong json (#5948)
---
 shenyu-admin/src/main/resources/sql-script/h2/schema.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shenyu-admin/src/main/resources/sql-script/h2/schema.sql 
b/shenyu-admin/src/main/resources/sql-script/h2/schema.sql
index 8a526d4f78..e81d877326 100755
--- a/shenyu-admin/src/main/resources/sql-script/h2/schema.sql
+++ b/shenyu-admin/src/main/resources/sql-script/h2/schema.sql
@@ -840,7 +840,7 @@ INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1529402613204172895', '38', 'password', 'password', 2, 3, 7, 
'{"required":"1","defaultValue":""}');
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1529402613204172896', '38', 'engine', 'engine', 3, 3, 8, 
'{"required":"0","defaultValue":"MergeTree"}');
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1529402613204172897', '38', 'clusterName', 'clusterName', 3, 3, 9, 
'{"required":"1","defaultValue":"cluster"}');
-INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1529402613204172777', '38', 'ttl', 'ttl', 3, 3, 10,  
'{\"required\":\"0\",\"defaultValue\":\"30\"}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1529402613204172777', '38', 'ttl', 'ttl', 3, 3, 10,  
'{"required":"0","defaultValue":"30"}');
 
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1570590990341775360', '39', 'endpoint', 'casdoor endpoint', 2, 3, 0, 
'{"required":"1","rule":""}');
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1570591047635968000', '39', 'client_id', 'client_id', 2, 3, 0, 
'{"required":"1","rule":""}');

Reply via email to