Files
clawmates/.sqlx/query-5af95d4bf6803a02c57efed79524dff3533794794c4273744cd50ac74701a657.json
T
Omar SobhandClaude Opus 4.7 bffa790dbc
ci / gates (push) Successful in 5s
ci / frontend (push) Successful in 37s
ci / rust (push) Failing after 43s
ci / e2e (push) Skipped
ci / publish (push) Skipped
sqlx: cache owner_of_workspace query for offline CI
Co-Authored-By: Claude Opus 4.7 <[email protected]>
2026-07-18 14:45:29 -07:00

23 lines
483 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id FROM users\n WHERE workspace_id = $1 AND role = 'owner'\n ORDER BY created_at, id\n LIMIT 1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "5af95d4bf6803a02c57efed79524dff3533794794c4273744cd50ac74701a657"
}