Skip to content

Commit

Permalink
Update src/meta/model_v2/migration/src/m20240617_070131_index_column_…
Browse files Browse the repository at this point in the history
…properties.rs

Co-authored-by: August <[email protected]>
  • Loading branch information
wangrunji0408 and yezizp2012 authored Jun 17, 2024
1 parent a7bfa91 commit 9eeb43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl MigrationTrait for Migration {
.alter_table(
Table::alter()
.table(Index::Table)
.drop_column(Alias::new(Index::IndexColumnProperties.to_string()))
.drop_column(Index::IndexColumnProperties)
.to_owned(),
)
.await
Expand Down

0 comments on commit 9eeb43c

Please sign in to comment.