()
| 8 | ) |
| 9 | |
| 10 | func Init() { |
| 11 | InitAgentDB() |
| 12 | InitTaskDB() |
| 13 | InitAlertDB() |
| 14 | global.LOG.Info("Migration run successfully") |
| 15 | } |
| 16 | |
| 17 | func InitAgentDB() { |
| 18 | m := gormigrate.New(global.DB, gormigrate.DefaultOptions, []*gormigrate.Migration{ |
nothing calls this directly
no test coverage detected