mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Change review content column to type text in db (#9229)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							33fc48c8ae
						
					
				
				
					commit
					1aa7e27dd0
				
			@@ -52,7 +52,7 @@ type Review struct {
 | 
			
		||||
	ReviewerID int64  `xorm:"index"`
 | 
			
		||||
	Issue      *Issue `xorm:"-"`
 | 
			
		||||
	IssueID    int64  `xorm:"index"`
 | 
			
		||||
	Content    string
 | 
			
		||||
	Content    string `xorm:"TEXT"`
 | 
			
		||||
 | 
			
		||||
	CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
 | 
			
		||||
	UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user