{
  "db_name": "PostgreSQL",
  "query": "\nUPDATE\n    account\nSET\n    pending_transaction_hash = NULL,\n    allowance = allowance + $1\nWHERE\n    account_id = $2\n    AND pending_transaction_hash = $3\n",
  "describe": {
    "columns": [],
    "parameters": {
      "Left": [
        "Numeric",
        "Text",
        "Text"
      ]
    },
    "nullable": []
  },
  "hash": "9e9c8ed843f1420d344a4871f4ce4193bea7c0ba1512df853d267947b5652327"
}
