mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix #232
This commit is contained in:
		| @@ -771,7 +771,7 @@ type Comment struct { | ||||
| 	IssueId  int64 | ||||
| 	CommitId int64 | ||||
| 	Line     int64 | ||||
| 	Content  string | ||||
| 	Content  string    `xorm:"TEXT"` | ||||
| 	Created  time.Time `xorm:"CREATED"` | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user