Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Aug 25, 2024
1 parent 110de0c commit 52f6192
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions migration/version/v3/update_bond_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ var UpdateLostBondAndClaimDataTable = gormigrate.Migration{
}
return tx.AutoMigrate(&GameLostBond{}, &GameClaimData{})
},
Rollback: func(db *gorm.DB) error {
return fmt.Errorf("update column type error")
},
}

0 comments on commit 52f6192

Please sign in to comment.