1
0
Fork 0
forked from forgejo/forgejo

Working on issues

This commit is contained in:
Unknown 2014-03-22 13:50:50 -04:00
parent e3f55ca0fb
commit 61e2922601
7 changed files with 443 additions and 310 deletions

View file

@ -72,7 +72,7 @@ func setEngine() {
func NewEngine() {
setEngine()
if err := orm.Sync(new(User), new(PublicKey), new(Repository), new(Watch),
new(Action), new(Access)); err != nil {
new(Action), new(Access), new(Issue)); err != nil {
fmt.Printf("sync database struct error: %v\n", err)
os.Exit(2)
}