Skip to content

Commit

Permalink
fix: remove double drop of table ItemDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
ResuBaka committed Feb 23, 2025
1 parent 9ae5ae0 commit 822b8ac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,7 @@ impl MigrationTrait for Migration {
.await
.expect("Dropping BuildingDesc table");

manager
.drop_table(Table::drop().table(ItemDesc::Table).to_owned())
.await
Ok(())
}
}

Expand Down

0 comments on commit 822b8ac

Please sign in to comment.