We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b3cbb commit ca344b5Copy full SHA for ca344b5
models/lfs_lock.go
@@ -20,7 +20,7 @@ type LFSLock struct {
20
RepoID int64 `xorm:"UNIQUE(path_by_repo) INDEX NOT NULL"`
21
Owner *User `xorm:"-"`
22
OwnerID int64 `xorm:"INDEX NOT NULL"`
23
- Path string `xorm:"TEXT(4096) UNIQUE(path_by_repo)"`
+ Path string `xorm:"VARCHAR(3072) UNIQUE(path_by_repo)"`
24
Created time.Time `xorm:"created"`
25
}
26
0 commit comments