Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Jan 5, 2024
1 parent a3db6b3 commit 2458772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl MigrationTrait for Migration {
.boolean()
.not_null(),
)
.col(ColumnDef::new(HummockVersionDelta::FullVersionDelta).binary())
.col(ColumnDef::new(HummockVersionDelta::FullVersionDelta).json_binary())
.to_owned(),
)
.await?;
Expand Down

0 comments on commit 2458772

Please sign in to comment.