mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	fix unique
This commit is contained in:
		
							parent
							
								
									272c27c8f2
								
							
						
					
					
						commit
						4586c386e7
					
				@ -77,8 +77,8 @@ func init() {
 | 
			
		||||
// PublicKey represents a SSH key of user.
 | 
			
		||||
type PublicKey struct {
 | 
			
		||||
	Id          int64
 | 
			
		||||
	OwnerId     int64  `xorm:"index"`
 | 
			
		||||
	Name        string `xorm:"unique not null"`
 | 
			
		||||
	OwnerId     int64  `xorm:"unique(s) index not null"`
 | 
			
		||||
	Name        string `xorm:"unique(s) not null"`
 | 
			
		||||
	Fingerprint string
 | 
			
		||||
	Content     string    `xorm:"TEXT not null"`
 | 
			
		||||
	Created     time.Time `xorm:"created"`
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user