Show all refs on index page
This commit is contained in:
parent
f080b0fe4c
commit
72f762464d
4 changed files with 69 additions and 29 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT name, hash, message FROM refs JOIN commits USING (hash) WHERE tracked ",
|
||||
"query": "SELECT name, hash, tracked, message FROM refs JOIN commits USING (hash) ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
|
|
@ -14,8 +14,13 @@
|
|||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"name": "tracked",
|
||||
"ordinal": 2,
|
||||
"type_info": "Int64"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"ordinal": 3,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
|
|
@ -23,10 +28,11 @@
|
|||
"Right": 0
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "0ac905715f402ec22f28dad89ba60f21644418d1f483aecbcd425a0b69c16bb3"
|
||||
"hash": "1e09e422a6fd826b7dfdaf52a271e77672c4dbc933af42a59fd8a8459e495732"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue