Aias00 commented on code in PR #5913:
URL: https://github.com/apache/shenyu/pull/5913#discussion_r1926488716
##########
db/upgrade/2.7.0-upgrade-2.7.1-mysql.sql:
##########
@@ -15,4 +15,10 @@
-- limitations under the License.
-- this file works for MySQL.
-INSERT INTO `plugin_handle` VALUES ('1722804548510507032', '19', 'handleType',
'handleType', 2, 3, 1, '{"required":"0","rule":""}', '2025-01-02 17:20:50.233',
'2025-01-02 17:20:50.233');
\ No newline at end of file
+INSERT INTO `plugin_handle` VALUES ('1722804548510507032', '19', 'handleType',
'handleType', 2, 3, 1, '{"required":"0","rule":""}', '2025-01-02 17:20:50.233',
'2025-01-02 17:20:50.233');
+
+ALTER TABLE `auth_path` ADD COLUMN `namespace_id` varchar(50) NOT NULL COMMENT
'namespaceId' AFTER `path`;
Review Comment:
and add sql to other db files too, pls
--
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]