This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
RuoYi-Vue 数据库优化与迁移
文件清单
文件
说明
01_add_indexes.sql
索引优化脚本
02_fix_primary_keys.sql
主键类型修复
03_add_audit_fields.sql
添加审计字段
04_fix_typos.sql
修复字段名拼写错误
05_migration.sh
完整迁移脚本
06_rollback.sh
回滚脚本
执行顺序
方式一:使用迁移脚本(推荐)
cd sql/optimization
chmod +x 05_migration.sh
./05_migration.sh