0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/rust/.sqlx/query-c6ff00fcbbc77c8f5c1b3fe2f3352ea79485e403b9e17b6c37259ea0612065ee.json
2024-09-02 16:38:27 +03:00

19 lines
516 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT group_type_index FROM posthog_grouptypemapping WHERE group_type = $1 AND team_id = $2",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "group_type_index",
"type_info": "Int4"
}
],
"parameters": {
"Left": ["Text", "Int4"]
},
"nullable": [false]
},
"hash": "c6ff00fcbbc77c8f5c1b3fe2f3352ea79485e403b9e17b6c37259ea0612065ee"
}