Prepare sqlx for offline checks

This commit is contained in:
Simon Goller 2024-05-09 07:16:15 +02:00
parent 71c1432fd1
commit d8dcc7099d
27 changed files with 628 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE booking SET deleted = ?, update_version = ?, update_process = ? WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "4daf28ad80c0e6adcdef17f5606413e5e4c2acf0be6a3cecf13013f6c7056228"
}