mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 14:44:07 +00:00
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) AS \"count: i64\" FROM notification_outbox WHERE cleared_at IS NULL",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "5e79f50002566a12094f2aed7771a19c98dfab500af103f25f3c188ee53006c6"
|
|
}
|