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 7b13bc0 commit b753e7fCopy full SHA for b753e7f
models/migrations/v1_25/v322_test.go
@@ -18,7 +18,7 @@ func Test_ExtendCommentTreePathLength(t *testing.T) {
18
19
type Comment struct {
20
ID int64 `xorm:"pk autoincr"`
21
- TreePath string `xorm:"VARCHAR(500)"`
+ TreePath string `xorm:"VARCHAR(255)"`
22
}
23
24
x, deferable := base.PrepareTestEnv(t, 0, new(Comment))
0 commit comments