1
0
Fork 0
forked from goffee/cup

scheduler

This commit is contained in:
Jose Cely 2026-06-23 18:15:08 -05:00
parent a5a9f4ba50
commit 1a7fc564ff
3 changed files with 10 additions and 8 deletions

View file

@ -30,6 +30,7 @@ func RunAutoMigrations() {
// Simple scheduler (sche) tables — enabled when scheduler is active
db.AutoMigrate(&scheduler.QueueItem{})
db.AutoMigrate(&scheduler.ProcessedItem{})
db.AutoMigrate(&scheduler.SchedulerMeta{})
// End your auto migrations