Wweiei opened a new pull request, #6167: URL: https://github.com/apache/shenyu/pull/6167
<!-- Describe your PR here; e.g. Fixes #issueNo --> feat:refactor reserved keyword fields for discovery_upstream table. #6137 This PR refactor discovery_upstream reserved keyword fields by renaming two database columns in the "discovery_upstream" table to avoid reserved keyword conflicts. The changes rename "url" to "upstream_url" and "status" to "upstream_status". And fixed an omission in tag-sqlmap.xml. * Renamed database column "url" to "upstream_url" across all database schemas and related code * Renamed database column "status" to "upstream_status" across all database schemas and related code * Updated all corresponding Java entity classes, mappers, and service implementations to use the new field names * fix an omission in tag-sqlmap.xml <!-- Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. --> Make sure that: - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit or integration tests) that back your changes. - [ ] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`. -- 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]
