Insert new commits from repo

This commit is contained in:
Joscha 2023-08-05 00:07:52 +02:00
parent 56dd74b65f
commit 6651c72ea3
8 changed files with 197 additions and 4 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT hash FROM commits",
"describe": {
"columns": [
{
"name": "hash",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "d34f2712f1db625ba6a7d1cfcd0ac6270913f153fc743ee8bd2335c2f5acf6c2"
}