Skip to content

Commit

Permalink
Merge pull request #360 from OneBusAway/bit-type
Browse files Browse the repository at this point in the history
Makes the data type of the `User.temporary` column implicit
  • Loading branch information
aaronbrethorst committed Jul 13, 2024
2 parents d2a5e8b + eab0a46 commit 46c1112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class User extends IdentityBean<Integer> {

private Date lastAccessTime;

@Column(columnDefinition = "BIT", length = 1)
@Column
private boolean temporary;

@Lob
Expand Down

0 comments on commit 46c1112

Please sign in to comment.