mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-04 22:24:07 +02:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT MAX(id) as id from logs",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [null]
|
|
},
|
|
"hash": "f4daaeeaaf227491627c0bb54319a5f356028a591fdac2f41ba2dce1c5053d4a"
|
|
}
|