feat(education): complete Flyway migration and atomic submit

This commit is contained in:
2026-07-30 12:06:55 +08:00
parent ce02f8acb4
commit 4edf83de94
231 changed files with 32753 additions and 1376 deletions

View File

@@ -0,0 +1,8 @@
-- =============================================
-- Education 模块种子数据回滚 (PostgreSQL)
-- =============================================
DELETE FROM system_menu
WHERE id = 6801 AND permission = 'education:capability' AND parent_id = 6800;
DELETE FROM system_menu
WHERE id = 6800 AND path = '/education' AND name = '教育管理';