Minho 8 anni fa
parent
commit
731a1e249f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      commands/command.go

+ 2 - 2
commands/command.go

@@ -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),
 	)