hh-vue/sql/warm/v1-upgrade/warm-flow_1.2.8.sql

4 lines
189 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 升级了ruoyi系统的升级脚本不是warm-flow的升级脚本
ALTER TABLE `sys_menu`
ADD COLUMN `route_name` varchar(50) NULL DEFAULT '' COMMENT '路由名称' AFTER `query`;