vault backup: 2026-01-26 16:41:49
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user