Skip to content

Commit

Permalink
Again try to fix than broken integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
POPSuL committed Apr 22, 2021
1 parent b491e9a commit c2c9129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/v180.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ func addWhitespaceBehaviorUserColumn(x *xorm.Engine) error {
Name: schemas.Text,
},
Default: "",
Nullable: false,
Nullable: true,
})
}

0 comments on commit c2c9129

Please sign in to comment.