Implement more /admin/queue/* endpoints
This commit is contained in:
parent
1da946be10
commit
7f975a1fd0
4 changed files with 98 additions and 2 deletions
12
.sqlx/query-57059622ba187e7cf18cad5e44f5cd5d4bc31689e23bec53d1078ea98ad7a298.json
generated
Normal file
12
.sqlx/query-57059622ba187e7cf18cad5e44f5cd5d4bc31689e23bec53d1078ea98ad7a298.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "UPDATE queue SET priority = priority - 1 WHERE hash = ?",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "57059622ba187e7cf18cad5e44f5cd5d4bc31689e23bec53d1078ea98ad7a298"
|
||||
}
|
||||
12
.sqlx/query-e66cd6d7e9a4b0798a9b301a473582f50c07245e0274aa23b281e0bd5e3b67f5.json
generated
Normal file
12
.sqlx/query-e66cd6d7e9a4b0798a9b301a473582f50c07245e0274aa23b281e0bd5e3b67f5.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "UPDATE queue SET priority = priority + 1 WHERE hash = ?",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "e66cd6d7e9a4b0798a9b301a473582f50c07245e0274aa23b281e0bd5e3b67f5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue