{ "db_name": "PostgreSQL", "query": "UPDATE loops\n SET title = $3, description = $4, graph = $5, task_template = $6,\n triggers = $7, repeat_policy = $8, next_fire_at = $9,\n updated_at = now()\n WHERE id = $1 AND workspace_id = $2", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Text", "Text", "Jsonb", "Text", "Jsonb", "Jsonb", "Timestamptz" ] }, "nullable": [] }, "hash": "ae226c3156f612252d07fd17aacff0a3c9de6ff6bb25d043914fa996b9b38270" }