mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 00:03:57 -04:00 
			
		
		
		
	fix user repo limit default value
This commit is contained in:
		
							parent
							
								
									df5ed64cca
								
							
						
					
					
						commit
						0e96a46020
					
				| @ -76,7 +76,7 @@ type User struct { | ||||
| 	// Remember visibility choice for convenience, true for private | ||||
| 	LastRepoVisibility bool | ||||
| 	// Maximum repository creation limit, 0 means use gloabl default | ||||
| 	MaxRepoCreation int `xorm:"NOT NULL"` | ||||
| 	MaxRepoCreation int `xorm:"NOT NULL DEFAULT -1"` | ||||
| 
 | ||||
| 	// Permissions. | ||||
| 	IsActive         bool | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user