{ "db_name": "PostgreSQL", "query": "\n insert into project_attribution_files (group_id, name, sha1, moderation_external_license_id)\n values ($1, $2, $3, $4)\n on conflict (group_id, sha1) do update\n set moderation_external_license_id = excluded.moderation_external_license_id\n ", "describe": { "columns": [], "parameters": { "Left": [ "Int8", "Text", "Bytea", "Int8" ] }, "nullable": [] }, "hash": "b774f5cce4d76032d85a986e7905695c98e6175a134f105eb53495bfce4399be" }