vault backup: 2026-01-26 16:41:49

This commit is contained in:
Thomas Peetz
2026-01-26 16:41:48 +01:00
parent 238c90ddb8
commit 2fede4cf79
5 changed files with 155 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-26) AND file.day <= date(2026-02-01)
SORT file.day ASC