scheduler
This commit is contained in:
parent
a5a9f4ba50
commit
1a7fc564ff
3 changed files with 10 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue