Files
ClassManager/sql/upgrades/v2.9.sql
2026-06-08 10:40:59 +08:00

12 lines
546 B
SQL
Raw Permalink 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.8 → v2.9 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.9 为UI优化版本无数据库 schema 变更。
-- 主要变更:
-- 1. 优化历史记录表头顺序(合并视图 + 非合并视图)
-- 2. 新增"类型"列显示 manual/homework/attendance
-- 3. 管理员"删除"改为"禁用/启用"切换
-- 4. 科目管理面板显示全部科目(禁用/启用均可见)
-- ===========================================