sqlx: cache owner_of_workspace query for offline CI
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

Co-Authored-By: Claude Opus 4.7 <[email protected]>
This commit is contained in:
Omar Sobh
2026-07-18 14:45:29 -07:00
co-authored by Claude Opus 4.7
parent cbb709e31d
commit bffa790dbc
@@ -0,0 +1,22 @@
{
"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"
}