mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: adding background jobs, Dockerfile
This commit is contained in:
@@ -22,6 +22,7 @@ func NewRuntime() *Runtime {
|
||||
d := db.Open(cfg.DbURL)
|
||||
|
||||
err = db.Run(d,
|
||||
&models.Job{},
|
||||
&models.MasterKey{},
|
||||
&models.SigningKey{},
|
||||
&models.User{},
|
||||
|
||||
Reference in New Issue
Block a user