vault backup: 2026-04-13 17:52:00

This commit is contained in:
Thomas Peetz
2026-04-13 17:51:59 +02:00
parent b22637827b
commit ee83f388c0
2 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -91,6 +91,6 @@ TABLE WITHOUT ID
choice(work_home = true, "✅", "❌") as HomeOffice,
choice(work_office = true, "✅", "❌") as Büro
FROM "Journal/cimt AG"
WHERE file.day >= date(2026-03-01) AND file.day < date(2026-04-01) and work_home = false and work_office = false
WHERE file.day >= date(2026-04-01) AND file.day < date(2026-05-01) and work_home = false and work_office = false
SORT file.day ASC
```