mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 22:54:06 +00:00
26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT notification_id FROM notification_outbox\n WHERE kind IN ('contact_request', 'accept_request') AND cleared_at IS NULL\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "notification_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "notification_outbox",
|
|
"name": "notification_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "9841b7394adf2125090839e8381f8db55945d8230b5450aacc1620c975a59387"
|
|
}
|