Fix new commits not being added to the queue

This commit is contained in:
Joscha 2023-08-19 14:39:03 +02:00
parent 4bdca4d3c8
commit 3c4bbe3b6b
4 changed files with 29 additions and 16 deletions

View file

@ -1,12 +0,0 @@
{
"db_name": "SQLite",
"query": "UPDATE commits SET new = false",
"describe": {
"columns": [],
"parameters": {
"Right": 0
},
"nullable": []
},
"hash": "373c31648cfc15a3a42b51dc74025ee5fb1a90da7ecaf4bf4b330076f33e74dd"
}

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE commits SET new = false WHERE reachable = 2",
"describe": {
"columns": [],
"parameters": {
"Right": 0
},
"nullable": []
},
"hash": "3d48dcc84c3d624f7a9f9ebd0399aa9786cb94e2ddda6016fc0e8e0fee46fc98"
}