XuqmGroup-Server/push-service/src/main/java/com/xuqm/push
XuqmGroup db986808f2 feat(database): 新增 push 和 license 操作日志表
- 在 tenant-service 的系统更新服务中添加新的数据库迁移方法
- 为 push-service 创建 PushSchemaMigrationService 并实现数据库迁移逻辑
- 为 license-service 创建 LicenseSchemaMigrationService 并实现数据库迁移逻辑
- 创建 push_operation_log 表用于记录推送服务操作日志
- 创建 license_operation_log 表用于记录授权服务操作日志
- 实现数据库迁移记录表 _schema_migrations 以跟踪迁移状态
- 添加迁移验证和错误处理机制确保迁移过程可靠性
2026-05-27 18:01:31 +08:00
..
config fix: return 401 (not 403) for unauthenticated requests across all services 2026-05-18 13:31:24 +08:00
controller feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
entity feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
repository feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
service feat(database): 新增 push 和 license 操作日志表 2026-05-27 18:01:31 +08:00
PushServiceApplication.java chore: initial commit 2026-04-21 22:07:29 +08:00