Show tracked refs from db

This commit is contained in:
Joscha 2023-08-06 13:11:36 +02:00
parent 21d97a5bf4
commit dca83eed55
4 changed files with 29 additions and 35 deletions

View file

@ -1,26 +0,0 @@
{
"db_name": "SQLite",
"query": "SELECT name, hash FROM refs WHERE tracked",
"describe": {
"columns": [
{
"name": "name",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "hash",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false
]
},
"hash": "3e31ed6194d487b58b8aa0f10438b731232104af05b8e5bd056b69e69c91b703"
}