Files
ClassManager/sql/upgrades/v2.8.sql
2026-06-02 14:11:05 +08:00

13 lines
582 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.7 → v2.8 升级脚本
-- 字符集: utf8mb4
--
-- 说明: v2.8 为UI优化与功能完善版本无数据库 schema 变更。
-- 主要变更:
-- 1. 优化考勤管理页工具栏为两行布局
-- 2. 优化考勤页输入字段UI样式toolbar-field
-- 3. 修复作业扣分页展开/收起三角箭头旋转问题
-- 4. 导出记录时不导出已撤销记录
-- 5. 作业扣分缴交时间默认当天
-- ===========================================