feat: add cron msg

This commit is contained in:
engigu
2024-04-11 17:20:36 +08:00
parent 17a99a67e6
commit a78ff937c0
18 changed files with 1144 additions and 5 deletions
+1
View File
@@ -65,6 +65,7 @@ func Setup() {
&models.SendTasksLogs{},
&models.SendTasksIns{},
&models.Settings{},
&models.CronMessages{},
}
for _, table := range tables {