Update .sqlx

This commit is contained in:
Lennart
2025-01-22 16:36:49 +01:00
parent 69947d5f84
commit 3b5b884fdc
41 changed files with 0 additions and 1066 deletions

View File

@@ -1,20 +0,0 @@
{
"db_name": "SQLite",
"query": "\n UPDATE calendars\n SET synctoken = synctoken + 1\n WHERE (principal, id) = (?1, ?2)\n RETURNING synctoken",
"describe": {
"columns": [
{
"name": "synctoken",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "69b92e393e55b0d49d1671abf53d06551452846dd94d54ed67d85eb3ace6b568"
}