tablejohn/.sqlx/query-9d51c90afa966740bbd7801c3e6736821d2ab899a6390ec1b66a2067cbcadc25.json
Joscha 1da946be10 Fix recurring task crash
It would fail when inserting a commit into the queue that was already in
the queue, instead of just skipping that commit.
2023-08-14 12:23:22 +02:00

12 lines
276 B
JSON

{
"db_name": "SQLite",
"query": "INSERT OR IGNORE INTO queue (hash, date) VALUES (?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "9d51c90afa966740bbd7801c3e6736821d2ab899a6390ec1b66a2067cbcadc25"
}