Initialize repo and update tracked refs

This commit is contained in:
Joscha 2023-08-05 02:47:43 +02:00
parent 5871b19f8e
commit 5dbd8e886b
7 changed files with 141 additions and 4 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT OR IGNORE INTO tracked_refs (name, hash) VALUES (?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "4a8f4b5856c5c4d117f80983e83d700592728bc0d8301b9054082958332d2ebd"
}