mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 21:18:30 +02:00
fix tests
This commit is contained in:
parent
0a5a6ebc9b
commit
27c9c279d8
@ -111,7 +111,7 @@ func (opts FindRunOptions) ToJoins() []db.JoinFunc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (opts FindRunOptions) ToOrders() string {
|
func (opts FindRunOptions) ToOrders() string {
|
||||||
return "`id` DESC"
|
return "`action_run`.`id` DESC"
|
||||||
}
|
}
|
||||||
|
|
||||||
type StatusInfo struct {
|
type StatusInfo struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user