mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
13 lines
329 B
JSON
13 lines
329 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE calendars\n SET synctoken = synctoken + 1\n WHERE (principal, id) = (?1, ?2)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8992d192b42830ea5f7264abb879ee4d782b5bf40537c4c24d9d549a48e61170"
|
|
}
|