feat: add send_stats table

This commit is contained in:
Your Name
2026-01-06 16:36:44 +08:00
parent 3d9100c6f2
commit 558edc864b
8 changed files with 372 additions and 42 deletions
+1
View File
@@ -69,6 +69,7 @@ func Setup() {
&models.HostedMessage{},
&models.LoginLog{},
&models.Template{},
&models.SendStats{},
}
for _, table := range tables {