Files
ClassManager/sql/upgrades/v2.4.sql
2026-05-29 11:12:13 +08:00

12 lines
531 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.4 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.4 为UI优化与功能完善版本无数据库 schema 变更。
-- 主要变更:
-- 1. 操行分扣分类型扩展(卫生/课堂/纪律/作业/考勤/劳动/志愿)
-- 2. 历史记录支持按扣分原因类型前缀筛选
-- 3. 修复科目删除失败问题
-- 4. 优化历史记录合并记录UI
-- ===========================================