mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-26 03:59:33 +00:00
Add .sqlx metadata
This commit is contained in:
12
.sqlx/query-dbdbcd1f295ab098820574329d9fd1ddb4ee4d40c5e1f476b23ccc23321c18e2.json
generated
Normal file
12
.sqlx/query-dbdbcd1f295ab098820574329d9fd1ddb4ee4d40c5e1f476b23ccc23321c18e2.json
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n INSERT INTO calendarobjectchangelog (principal, cal_id, object_id, operation, synctoken)\n VALUES (?1, ?2, ?3, ?4, (\n SELECT synctoken FROM calendars WHERE (principal, id) = (?1, ?2)\n ))",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 4
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "dbdbcd1f295ab098820574329d9fd1ddb4ee4d40c5e1f476b23ccc23321c18e2"
|
||||
}
|
||||
Reference in New Issue
Block a user