Add comment of issue

This commit is contained in:
Unknown 2014-03-26 12:31:01 -04:00
parent 8c2f751bbb
commit 4b9eef50c9
6 changed files with 108 additions and 32 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), new(Issue)); err != nil {
new(Action), new(Access), new(Issue), new(Comment)); err != nil {
fmt.Printf("sync database struct error: %v\n", err)
os.Exit(2)
}