making progress
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package migrations
|
||||
|
||||
import (
|
||||
"github.com/forgeo/forgebucket/internal/models"
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
func Run002(engine *xorm.Engine) error {
|
||||
return engine.Sync2(
|
||||
&models.Issue{},
|
||||
&models.SSHKey{},
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user