mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 18:52:26 +00:00
Add .sqlx metadata
This commit is contained in:
12
.sqlx/query-6704a85e3d9f08303145726f333f00cca9f39e4837b7b841f321ce960f5d229e.json
generated
Normal file
12
.sqlx/query-6704a85e3d9f08303145726f333f00cca9f39e4837b7b841f321ce960f5d229e.json
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n UPDATE addressbooks\n SET synctoken = synctoken + 1\n WHERE (principal, id) = (?1, ?2)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 2
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "6704a85e3d9f08303145726f333f00cca9f39e4837b7b841f321ce960f5d229e"
|
||||
}
|
||||
Reference in New Issue
Block a user