add migrate from issue.label_ids to issue_label

This commit is contained in:
Unknwon 2015-08-10 14:42:50 +08:00
parent 48f12d4ead
commit 17de3ab0a3
13 changed files with 286 additions and 100 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.4.0809 Beta"
const APP_VER = "0.6.4.0810 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())