re-uploading work

This commit is contained in:
2026-02-04 17:46:30 -06:00
commit 3b14c65998
1388 changed files with 381262 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO event\n (trigger, trigger_ref, config, payload, source, source_ref, rule, rule_ref)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n RETURNING id\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8",
"Text",
"Jsonb",
"Jsonb",
"Int8",
"Text",
"Int8",
"Text"
]
},
"nullable": [
false
]
},
"hash": "ea3848c0fd65020d7c6439945d5f70470fd0d91040a12f08eadbecc0d6cc9595"
}