Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ale8k committed Jul 29, 2024
1 parent 02c57b5 commit a7701c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dbmodel/user_ssh_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type userSSHKeys struct {

// IdentityName is the unique name (email or client id) of this entity.
IdentityName string
Identity Identity `gorm:"foreignKey:IdentityName;references:Name"` // Association setup
Identity Identity `gorm:"foreignKey:IdentityName;references:Name"`

// Keys holds the users SSH keys.
Keys pq.StringArray `gorm:"type:text[]"`
Expand Down

0 comments on commit a7701c2

Please sign in to comment.