Files
SharedClassManager/sql/upgrades/v2.6.sql
2026-05-29 21:07:27 +08:00

13 lines
625 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.5.1 → v2.6 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.6 为功能增强版本,无数据库 schema 变更。
-- 主要变更:
-- 1. 历史记录页筛选面板重构(学生筛选移入面板、合并按钮移出面板)
-- 2. 新增科目下拉筛选(通过 reason 前缀匹配)
-- 3. 新增原因关键词搜索reason_search 模糊匹配)
-- 4. 科目管理删除后仅显示启用科目
-- 5. 筛选面板展开/收起功能修复
-- ===========================================