0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/rust/cyclotron-core/.sqlx/query-61e0bf6eb6d66519b347441569946d8acfb4ea86954f95a1cab71051eaffc907.json
2024-08-23 14:52:59 +03:00

19 lines
543 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO cyclotron_metadata (key, value) VALUES ($1, $2) ON CONFLICT (key) DO UPDATE SET value = EXCLUDED.value RETURNING value",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "value",
"type_info": "Text"
}
],
"parameters": {
"Left": ["Text", "Text"]
},
"nullable": [false]
},
"hash": "61e0bf6eb6d66519b347441569946d8acfb4ea86954f95a1cab71051eaffc907"
}