Skip to content

Commit

Permalink
Trying to pass test of CI (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider authored Nov 25, 2023
1 parent 89a4952 commit 16bc14e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sqlx-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,16 @@
},
"query": "\n UPDATE orders\n SET\n seller_pubkey = ?1\n WHERE id = ?2\n "
},
"e3120e1c761fe28287be0ece61f39b5a6a994039fd7964410591d9cf0a682f62": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 4
}
},
"query": "\n UPDATE disputes\n SET\n solver_pubkey = ?1,\n status = ?2,\n taken_at = ?3\n WHERE id = ?4\n "
},
"f7e4e95f502724efa0a7b67e3d69fb77c84c141ab9482a99ff254f0964b6eff2": {
"describe": {
"columns": [],
Expand Down

0 comments on commit 16bc14e

Please sign in to comment.