vault backup: 2026-09-16 14:14:46

This commit is contained in:
Amadou Ndiaye
2026-09-16 14:14:46 -04:00
parent 2d6440b141
commit 10ca2a6a5c
5 changed files with 30 additions and 113 deletions
+2 -3
View File
@@ -93,11 +93,10 @@ TABLE WITHOUT ID
file.link AS "File",
file.folder AS "Location"
FROM "20 Work"
WHERE file.cday = date(this.file.name)
WHERE date = date(this.file.name)
AND file.path != this.file.path
SORT file.ctime ASC
SORT file.name ASC
```
---
## Related