更新 mysql.sql

This commit is contained in:
2023-12-28 16:48:31 +08:00
parent edba8b2b10
commit 5649e7e5a4

View File

@@ -33,7 +33,7 @@ VALUES ('课程信息', 'student', '/course-info', 1),
INSERT INTO menu_items (menu_name, role, path, `order`)
VALUES ('课程类别', 'teacher', '/course-category', 1),
('课程信息', 'teacher', '/course-info', 2),
('课程签到', 'teacher', '/attendance', 3),
('课程签到', 'teacher', '/attendance-teacher', 3),
('签到提醒', 'teacher', '/attendance-reminder', 4);