Skip to content

Commit

Permalink
Update max length of LinkName as this was causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegeens committed Feb 20, 2025
1 parent bb9833a commit 843c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type PublicLink struct {
NotifyUploadsExtraRecipients string
Password string `gorm:"size:255"`
// Users can give a name to a share
LinkName string `gorm:"size:64"`
LinkName string `gorm:"size:512"`
}

type ShareState struct {
Expand Down

0 comments on commit 843c01b

Please sign in to comment.