{ "db_name": "PostgreSQL", "query": "\n UPDATE license_activations\n SET is_active = false\n WHERE license_key_id = $1 AND machine_id = $2 AND is_active = true\n ", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Text" ] }, "nullable": [] }, "hash": "c06c050fff308dea07624ac2a9212e988db91b34dabf2ba6772f79a85c2a704e" }