zongmingzhi opened a new issue, #5010: URL: https://github.com/apache/shenyu/issues/5010
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior <img width="1920" alt="image" src="https://github.com/apache/shenyu/assets/95121549/fa9507d2-cd85-4057-bd85-7c19fff6ff47"> Upgrade script issues ### Expected Behavior ALTER TABLE selector ADD COLUMN match_restful int2 NOT NULL; COMMENT ON COLUMN "public"."rule"."match_restful" IS 'whether to match restful(0 cache, 1 not cache)'; COMMIT; Modify to ALTER TABLE selector ADD COLUMN match_restful int2 NOT NULL; COMMENT ON COLUMN "public"."selector"."match_restful" IS 'whether to match restful(0 cache, 1 not cache)'; COMMIT; ### Steps To Reproduce _No response_ ### Environment ```markdown ShenYu version(s):2.6.0 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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]
