mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add postgres support, clean code, code review
This commit is contained in:
		@@ -19,7 +19,7 @@ const (
 | 
			
		||||
	OP_PULL_REQUEST
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// An Action represents
 | 
			
		||||
// Action represents user operation type and information to the repository.
 | 
			
		||||
type Action struct {
 | 
			
		||||
	Id          int64
 | 
			
		||||
	UserId      int64 // Receiver user id.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user