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": "INSERT INTO calendars (principal, id, displayname, description, \"order\", color, timezone)\n VALUES (?, ?, ?, ?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 7
},
"nullable": []
},
"hash": "eba774e8d8afa04d33443b42ec3a4af1c2f34515288bade397b87a1e43d789df"
}