Skip to content

Commit

Permalink
fix(annim): migration down
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Sep 6, 2024
1 parent f2ddd2d commit 0760eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annim/src/migrator/m20240905_000004_album_extra_jsonb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl MigrationTrait for Migration {
manager
.alter_table(
Table::alter()
.table(Album::Table)
.modify_column(json_null(Album::Extra))
.to_owned(),
)
Expand Down

0 comments on commit 0760eae

Please sign in to comment.