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 afebd2f commit c30dbd8Copy full SHA for c30dbd8
models/migrations/v165.go
@@ -21,7 +21,7 @@ func convertHookTaskTypeToVarcharAndTrim(x *xorm.Engine) error {
21
Name: "VARCHAR",
22
},
23
Length: 16,
24
- Nullable: true, // To keep compitable as nullable
+ Nullable: true, // To keep compatible as nullable
25
})
26
if _, err := x.Exec(alterSQL); err != nil {
27
return err
@@ -48,7 +48,7 @@ func convertHookTaskTypeToVarcharAndTrim(x *xorm.Engine) error {
48
49
50
51
52
53
54
0 commit comments