Add "Enqueue" button to commits

This commit is contained in:
Joscha 2023-08-11 16:50:32 +02:00
parent 5e0b8e3c8c
commit 48693d3f1c
4 changed files with 41 additions and 3 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT OR IGNORE INTO queue (hash, date, priority) VALUES (?, ?, 1)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "091ccc5f03da1f11d8efafe1a0082e62f7973dc2d35835693dd5bdd696759de0"
}