Files
SharedClassManager/sql/upgrades/v2.5.sql
2026-05-29 20:16:25 +08:00

13 lines
545 B
SQL
Raw 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.
-- ===========================================
-- 班级操行分管理系统 - v2.3 → v2.5 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.5 为功能增强版本,无数据库 schema 变更。
-- 主要变更:
-- 1. 历史记录页UI优化文字宽度/换行/合并按钮样式)
-- 2. 新增"状态"筛选项(正常/已撤销)
-- 3. 合并记录支持批量撤销/反撤销
-- 4. 操作菜单底部遮挡修复
-- 5. 删除科目报错修复
-- ===========================================