vanikam/.sqlx/query-e665b7147456bc27158a24a8bd705bcae867b257d0eb1f963c029a665e2b9f38.json
Aravinth Manivannan b823b9399e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
feat: impl idnetity DB adapters and View for employee aggregate
2024-12-18 14:54:43 +05:30

16 lines
701 B
JSON

{
"db_name": "PostgreSQL",
"query": "DELETE FROM\n emp_login_otp\n WHERE\n otp = $1\n AND\n emp_id = (\n SELECT emp_id\n FROM cqrs_identity_employee_query\n WHERE\n phone_number_number = $2\n AND\n phone_number_country_code = $3\n );",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Int8",
"Int4"
]
},
"nullable": []
},
"hash": "e665b7147456bc27158a24a8bd705bcae867b257d0eb1f963c029a665e2b9f38"
}