misaya295 commented on code in PR #6059:
URL: https://github.com/apache/shenyu/pull/6059#discussion_r2359327967


##########
db/upgrade/2.7.0-upgrade-2.7.1-pg.sql:
##########
@@ -216,8 +232,6 @@ INSERT INTO "public"."permission" VALUES 
('1697146860569742758', '13463585604272
 INSERT INTO "public"."permission" VALUES ('1697146860569742759', 
'1346358560427216896', '1844026099075564867', '2023-08-31 07:18:37', 
'2023-08-31 07:18:37');
 INSERT INTO "public"."permission" VALUES ('1697146860569742760', 
'1346358560427216896', '1844026099075564868', '2023-08-31 07:18:37', 
'2023-08-31 07:18:37');
 
-DELETE FROM "public"."plugin_handle" WHERE plugin_id = '8';

Review Comment:
   why delete it



##########
db/upgrade/2.7.0-upgrade-2.7.1-ob.sql:
##########
@@ -202,7 +218,6 @@ INSERT INTO `permission` VALUES ('1697146860569742758', 
'1346358560427216896', '
 INSERT INTO `permission` VALUES ('1697146860569742759', '1346358560427216896', 
'1844026099075564867', '2023-08-31 07:18:37', '2023-08-31 07:18:37');
 INSERT INTO `permission` VALUES ('1697146860569742760', '1346358560427216896', 
'1844026099075564868', '2023-08-31 07:18:37', '2023-08-31 07:18:37');
 
-DELETE FROM `plugin_handle` WHERE `plugin_id` = '8';

Review Comment:
   why delete it



-- 
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: notifications-unsubscr...@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to