mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 09:44:07 +00:00
12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE notification_outbox SET delivered_at = ? WHERE event_id = ? AND delivered_at IS NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ef217dcdf24e8161bf27a3a67f22bc4d3e6ad7ea2182686cd9ba9ff1eb9608ef"
|
|
}
|