Skip to content

Commit 21fcb47

Browse files
yp05327lunny
authored andcommitted
improve
1 parent c3bf46e commit 21fcb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/v1_21/v264.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ func AddBranchTable(x *xorm.Engine) error {
8989
}
9090
}
9191

92-
return x.DropTables("deleted_branches")
92+
return x.DropTables(new(DeletedBranch))
9393
}

0 commit comments

Comments
 (0)