package migrations import ( "github.com/forgeo/forgebucket/internal/models" "xorm.io/xorm" ) func Run016(engine *xorm.Engine) error { return engine.Sync2(&models.SBOMReport{}) }