21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT last_pruned_height FROM pruning\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "last_pruned_height",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "3bdf81a9db6075f6f77224c30553f419a849d4ec45af40b052a4cbf09b44f3ec"
|
|
}
|