forked from forgejo/forgejo
#2727 make IN clause compatible with Postgres
This commit is contained in:
parent
9e89584cb4
commit
97429a25ab
4 changed files with 6 additions and 6 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.49.0229"
|
||||
const APP_VER = "0.8.50.0301"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue