Files
arr/.sqlx/query-ff1f65308ec991007ba9e0d7c22a4f31ebed4321365caceb557c7ea23ba69f7d.json
T
naps62-yolo ffb8485939
ci / rust (push) Failing after 1m43s
ci / web (push) Successful in 58s
e2e / e2e (push) Successful in 1m25s
Import pipeline: probe, hardlink, rename, layout (#82)
2026-08-22 23:21:30 +01:00

13 lines
576 B
JSON

{
"db_name": "SQLite",
"query": "INSERT INTO media_files (owner_kind, owner_id, path, size, probed, waiver)\n VALUES ('movie', ?, ?, ?, ?, ?)\n ON CONFLICT (path) DO UPDATE SET\n size = excluded.size,\n probed = excluded.probed,\n waiver = excluded.waiver,\n updated_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now')",
"describe": {
"columns": [],
"parameters": {
"Right": 5
},
"nullable": []
},
"hash": "ff1f65308ec991007ba9e0d7c22a4f31ebed4321365caceb557c7ea23ba69f7d"
}