add new processor

This commit is contained in:
2025-11-13 20:43:35 +08:00
parent f00cee7410
commit 00a3f0f1e9
15 changed files with 961 additions and 1 deletions

View File

@@ -102,7 +102,6 @@ func (a *Application) Run() error {
// RunMigrations 运行数据库迁移
func (a *Application) RunMigrations() error {
return nil
a.logger.Info("Running database migrations...")
// 创建数据库连接