Initialize repo and update tracked refs
This commit is contained in:
parent
5871b19f8e
commit
5dbd8e886b
7 changed files with 141 additions and 4 deletions
26
.sqlx/query-f39201c5c3a530a7f659a923a230e3e42dbe19c1ea5d71e6dd5910905e4402d4.json
generated
Normal file
26
.sqlx/query-f39201c5c3a530a7f659a923a230e3e42dbe19c1ea5d71e6dd5910905e4402d4.json
generated
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT name, hash FROM tracked_refs",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "name",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "hash",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 0
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "f39201c5c3a530a7f659a923a230e3e42dbe19c1ea5d71e6dd5910905e4402d4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue