this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET migrated_to_pds = $1, migrated_at = $2 WHERE did = $3", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Timestamptz", 10 "Text" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "f64d6af0147ae292b98685fd50669174009b0b6bc86c5c649c5ce9927deb3d93" 16}