XuqmGroup-Server/push-service
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
..
src/main feat(database): 新增 push 和 license 操作日志表 2026-05-27 18:01:31 +08:00
pom.xml chore: initial commit 2026-04-21 22:07:29 +08:00