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 e15e205 commit 0b7cc6bCopy full SHA for 0b7cc6b
models/migrations/v1_25/v322.go
@@ -16,7 +16,7 @@ func ExtendCommentTreePathLength(x *xorm.Engine) error {
16
SQLType: schemas.SQLType{
17
Name: "VARCHAR",
18
},
19
- Length: 4096,
+ Length: 4000,
20
Nullable: true, // To keep compatible as nullable
21
DefaultIsEmpty: true,
22
})
0 commit comments