restore: reset table sequences for PostgreSQL (#4357)

This commit is contained in:
Unknwon
2017-05-21 04:37:37 -04:00
parent ce6e8ed8fe
commit b17995a332
4 changed files with 19 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.10.0517"
const APP_VER = "0.11.11.0521"
func init() {
setting.AppVer = APP_VER