1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00
This commit is contained in:
Lunny Xiao
2014-03-23 16:43:31 +08:00
50 changed files with 1559 additions and 466 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)
}