Skip to content

Commit 0b7cc6b

Browse files
authored
Update models/migrations/v1_25/v322.go
Signed-off-by: wxiaoguang <[email protected]>
1 parent e15e205 commit 0b7cc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/v1_25/v322.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func ExtendCommentTreePathLength(x *xorm.Engine) error {
1616
SQLType: schemas.SQLType{
1717
Name: "VARCHAR",
1818
},
19-
Length: 4096,
19+
Length: 4000,
2020
Nullable: true, // To keep compatible as nullable
2121
DefaultIsEmpty: true,
2222
})

0 commit comments

Comments
 (0)