feat(menu): 菜单结构迁移SQL脚本#75
Merged
Merged
Conversation
配合前端菜单重构,新增数据库迁移脚本: - v3.0_nav_restructure.sql: 初始菜单结构(部署/运维/运营分析) - v3.2_ops_grouping.sql: 运维管理子目录(已标记废弃) - v3.3_fix_ops_nesting.sql: 修复运维管理双层嵌套 - v3.4_system_restructure.sql: 系统管理/系统监控子目录 - v3.5_component_paths.sql: 组件路径更新(配合前端目录重构)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
新增数据库菜单迁移脚本,配合前端菜单重构。
SQL 脚本
v3.0_nav_restructure.sqlv3.2_ops_grouping.sqlv3.3_fix_ops_nesting.sqlv3.4_system_restructure.sqlv3.5_component_paths.sql执行顺序
配合前端 PR
需要与前端
opentcs-plus-webPR#33 配合使用。Test plan