vault backup: 2026-01-07 15:34:53

This commit is contained in:
Thomas Peetz
2026-01-07 15:34:53 +01:00
parent 5f73697ca3
commit 32b1894fde
3 changed files with 136 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ TABLE WITHOUT ID
file.link as Datum,
choice(meditation = true, "✅", "❌") as Meditation,
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
choice(plank >= 120, "✅", "❌") as Plank
choice(plank >= 60, "✅", "❌") as Plank
FROM "Journal/Privat"
WHERE file.day >= date(2026-01-05) AND file.day <= date(2026-01-11)
SORT file.day ASC