Show all refs on index page

This commit is contained in:
Joscha 2023-08-06 13:44:56 +02:00
parent f080b0fe4c
commit 72f762464d
4 changed files with 69 additions and 29 deletions

View file

@ -1,32 +0,0 @@
{
"db_name": "SQLite",
"query": "SELECT name, hash, message FROM refs JOIN commits USING (hash) WHERE tracked ",
"describe": {
"columns": [
{
"name": "name",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "hash",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "message",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false
]
},
"hash": "0ac905715f402ec22f28dad89ba60f21644418d1f483aecbcd425a0b69c16bb3"
}