pull/25/merge
Minho 2017-05-04 13:07:01 +08:00
parent cf8185e558
commit 731a1e249f
1 changed files with 2 additions and 2 deletions

View File

@ -41,12 +41,12 @@ func RegisterModel() {
new(models.Member),
new(models.Book),
new(models.Relationship),
new(models.Comment),
//new(models.Comment),
new(models.Option),
new(models.Document),
new(models.Attachment),
new(models.Logger),
new(models.CommentVote),
//new(models.CommentVote),
new(models.MemberToken),
)