Files
arr/.sqlx/query-f5a42a1fcc0361f58b7be7906962efa4b9a08d4aaaf8a6883ee9f949d6a5cfe7.json
T
naps62-yolo ad0eb0d9d3
ci / web (push) Successful in 1m0s
e2e / e2e (push) Successful in 3m41s
ci / rust (push) Successful in 5m42s
feat: ntfy notifications for imported, needs-decision, broken (#96)
2026-08-23 02:04:36 +01:00

21 lines
533 B
JSON

{
"db_name": "SQLite",
"query": "SELECT o.ntfy_topic AS \"ntfy_topic!: String\"\n FROM owners o\n JOIN title_owners t ON t.owner_id = o.id\n WHERE t.title_kind = ? AND t.title_id = ?",
"describe": {
"columns": [
{
"name": "ntfy_topic!: String",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "f5a42a1fcc0361f58b7be7906962efa4b9a08d4aaaf8a6883ee9f949d6a5cfe7"
}