fix name of member to order by
This commit is contained in:
parent
649879b0b6
commit
4506b4878f
@ -954,7 +954,7 @@ postgres_prepare (PGconn *db_conn)
|
|||||||
" WHERE"
|
" WHERE"
|
||||||
" tiny=false AND"
|
" tiny=false AND"
|
||||||
" done=false"
|
" done=false"
|
||||||
" ORDER BY execution_time ASC"
|
" ORDER BY wire_deadline ASC"
|
||||||
" LIMIT 1;",
|
" LIMIT 1;",
|
||||||
0, NULL);
|
0, NULL);
|
||||||
|
|
||||||
@ -977,7 +977,7 @@ postgres_prepare (PGconn *db_conn)
|
|||||||
" merchant_pub=$1 AND"
|
" merchant_pub=$1 AND"
|
||||||
" h_wire=$2 AND"
|
" h_wire=$2 AND"
|
||||||
" done=false"
|
" done=false"
|
||||||
" ORDER BY execution_time ASC"
|
" ORDER BY wire_deadline ASC"
|
||||||
" LIMIT $3",
|
" LIMIT $3",
|
||||||
3, NULL);
|
3, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user