Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 authored and lunny committed Jul 22, 2023
1 parent c3bf46e commit 21fcb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/v1_21/v264.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ func AddBranchTable(x *xorm.Engine) error {
}
}

return x.DropTables("deleted_branches")
return x.DropTables(new(DeletedBranch))
}

0 comments on commit 21fcb47

Please sign in to comment.