update offline queries

This commit is contained in:
Mark Sinclair
2025-11-11 19:34:03 +00:00
parent c3a6ce8150
commit 51b6741f3e
2 changed files with 72 additions and 2 deletions
@@ -1,6 +1,6 @@
{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO watcher_execution(start_ts, end_ts, error_message)\n VALUES ($1, $2, $3)\n ",
"query": "\n INSERT INTO startup_info(start_ts, end_ts, error_message)\n VALUES ($1, $2, $3)\n ",
"describe": {
"columns": [],
"parameters": {
@@ -12,5 +12,5 @@
},
"nullable": []
},
"hash": "fbf7dc2d779476fffcefafaa0a1731dfc6affe6c672df121140a5c7141f71c63"
"hash": "0f4f26923d4fdf4541deb1fa5e7e3c542713e7443b6f0cd4ddb0c00f7a644060"
}
@@ -0,0 +1,70 @@
{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO wasm_execute_contract (\n sender,\n contract_address,\n message_type,\n raw_contract_message,\n funds,\n executed_at,\n height,\n hash,\n message_index,\n memo,\n fee\n ) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text",
"Text",
"Jsonb",
{
"Custom": {
"name": "coin[]",
"kind": {
"Array": {
"Custom": {
"name": "coin",
"kind": {
"Composite": [
[
"denom",
"Text"
],
[
"amount",
"Text"
]
]
}
}
}
}
}
},
"Timestamp",
"Int8",
"Text",
"Int8",
"Text",
{
"Custom": {
"name": "coin[]",
"kind": {
"Array": {
"Custom": {
"name": "coin",
"kind": {
"Composite": [
[
"denom",
"Text"
],
[
"amount",
"Text"
]
]
}
}
}
}
}
}
]
},
"nullable": []
},
"hash": "4b16ddeda8e6e3571836b09e63ad1e764a35477f06dcdc2fcb1420334f07e38d"
}