Fix bug where deleted events stay listed

This commit is contained in:
Lennart
2024-06-30 19:42:26 +02:00
parent a67d7557af
commit 8afcbccd6a
14 changed files with 1 additions and 285 deletions

View File

@@ -1,12 +0,0 @@
{
"db_name": "SQLite",
"query": "DELETE FROM calendars WHERE (principal, id) = (?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "2834e16e6a7acb58141a2433f7735d5e2bf913c30f9f3e7bd9fecc7d4376be0f"
}