Skip to content

Commit c2c9129

Browse files
committed
Again try to fix than broken integration tests
1 parent b491e9a commit c2c9129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/v180.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ func addWhitespaceBehaviorUserColumn(x *xorm.Engine) error {
1616
Name: schemas.Text,
1717
},
1818
Default: "",
19-
Nullable: false,
19+
Nullable: true,
2020
})
2121
}

0 commit comments

Comments
 (0)