Skip to content

Commit 27c9c27

Browse files
committed
fix tests
1 parent 0a5a6eb commit 27c9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/actions/run_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (opts FindRunOptions) ToJoins() []db.JoinFunc {
111111
}
112112

113113
func (opts FindRunOptions) ToOrders() string {
114-
return "`id` DESC"
114+
return "`action_run`.`id` DESC"
115115
}
116116

117117
type StatusInfo struct {

0 commit comments

Comments
 (0)